Skylark (Sketching Library)  0.1
Public Types | Static Public Member Functions
skylark::utility::empty_matrix_t< FullyDistVec< IndexType, ValueType > > Struct Template Reference

#include <empty_matrix.hpp>

List of all members.

Public Types

typedef ValueType value_t
typedef IndexType index_t
typedef FullyDistVec
< IndexType, ValueType > 
mpi_vector_t

Static Public Member Functions

static mpi_vector_t generate (index_t &M)

Detailed Description

template<typename IndexType, typename ValueType>
struct skylark::utility::empty_matrix_t< FullyDistVec< IndexType, ValueType > >

Specialization for a fully distributed dense vector.

Definition at line 29 of file empty_matrix.hpp.


Member Typedef Documentation

template<typename IndexType , typename ValueType >
typedef IndexType skylark::utility::empty_matrix_t< FullyDistVec< IndexType, ValueType > >::index_t

Definition at line 31 of file empty_matrix.hpp.

template<typename IndexType , typename ValueType >
typedef FullyDistVec<IndexType,ValueType> skylark::utility::empty_matrix_t< FullyDistVec< IndexType, ValueType > >::mpi_vector_t

Definition at line 32 of file empty_matrix.hpp.

template<typename IndexType , typename ValueType >
typedef ValueType skylark::utility::empty_matrix_t< FullyDistVec< IndexType, ValueType > >::value_t

Definition at line 30 of file empty_matrix.hpp.


Member Function Documentation

template<typename IndexType , typename ValueType >
static mpi_vector_t skylark::utility::empty_matrix_t< FullyDistVec< IndexType, ValueType > >::generate ( index_t M) [inline, static]

Definition at line 34 of file empty_matrix.hpp.


The documentation for this struct was generated from the following file: