Skylark (Sketching Library)  0.1
Public Types | Static Public Member Functions
skylark::utility::uniform_matrix_t< FullyDistVec< 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 uniform_distribution_t
< ValueType > 
distribution_t

Static Public Member Functions

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

Detailed Description

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

Specialization for a fully distributed dense vector.

Definition at line 32 of file uniform_matrix.hpp.


Member Typedef Documentation

template<typename IndexType , typename ValueType >
typedef uniform_distribution_t<ValueType> skylark::utility::uniform_matrix_t< FullyDistVec< IndexType, ValueType > >::distribution_t

Definition at line 36 of file uniform_matrix.hpp.

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

Definition at line 34 of file uniform_matrix.hpp.

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

Definition at line 35 of file uniform_matrix.hpp.

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

Definition at line 33 of file uniform_matrix.hpp.


Member Function Documentation

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

Definition at line 38 of file uniform_matrix.hpp.

References skylark::base::context_t::allocate_random_samples_array().

Here is the call graph for this function:


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