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

#include <uniform_matrix.hpp>

List of all members.

Public Types

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

Static Public Member Functions

static mpi_multi_vector_t generate (index_t M, index_t N, skylark::base::context_t &context)

Detailed Description

template<typename IndexType, typename ValueType>
struct skylark::utility::uniform_matrix_t< FullyDistMultiVec< IndexType, ValueType > >

Definition at line 61 of file uniform_matrix.hpp.


Member Typedef Documentation

template<typename IndexType , typename ValueType >
typedef IndexType skylark::utility::uniform_matrix_t< FullyDistMultiVec< IndexType, ValueType > >::index_t

Definition at line 63 of file uniform_matrix.hpp.

template<typename IndexType , typename ValueType >
typedef FullyDistMultiVec<IndexType,ValueType> skylark::utility::uniform_matrix_t< FullyDistMultiVec< IndexType, ValueType > >::mpi_multi_vector_t

Definition at line 65 of file uniform_matrix.hpp.

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

Definition at line 64 of file uniform_matrix.hpp.

template<typename IndexType , typename ValueType >
typedef ValueType skylark::utility::uniform_matrix_t< FullyDistMultiVec< IndexType, ValueType > >::value_t

Definition at line 62 of file uniform_matrix.hpp.


Member Function Documentation

template<typename IndexType , typename ValueType >
static mpi_multi_vector_t skylark::utility::uniform_matrix_t< FullyDistMultiVec< IndexType, ValueType > >::generate ( index_t  M,
index_t  N,
skylark::base::context_t context 
) [inline, static]

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