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

#include <uniform_matrix.hpp>

List of all members.

Public Types

typedef int index_t
typedef ValueType value_t
typedef elem::Matrix< ValueType > matrix_t
typedef uniform_distribution_t
< value_t
distribution_t

Static Public Member Functions

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

Detailed Description

template<typename ValueType>
struct skylark::utility::uniform_matrix_t< elem::Matrix< ValueType > >

Definition at line 131 of file uniform_matrix.hpp.


Member Typedef Documentation

template<typename ValueType >
typedef uniform_distribution_t<value_t> skylark::utility::uniform_matrix_t< elem::Matrix< ValueType > >::distribution_t

Definition at line 135 of file uniform_matrix.hpp.

template<typename ValueType >
typedef int skylark::utility::uniform_matrix_t< elem::Matrix< ValueType > >::index_t

Definition at line 132 of file uniform_matrix.hpp.

template<typename ValueType >
typedef elem::Matrix<ValueType> skylark::utility::uniform_matrix_t< elem::Matrix< ValueType > >::matrix_t

Definition at line 134 of file uniform_matrix.hpp.

template<typename ValueType >
typedef ValueType skylark::utility::uniform_matrix_t< elem::Matrix< ValueType > >::value_t

Definition at line 133 of file uniform_matrix.hpp.


Member Function Documentation

template<typename ValueType >
static matrix_t skylark::utility::uniform_matrix_t< elem::Matrix< ValueType > >::generate ( index_t  M,
index_t  N,
skylark::base::context_t context 
) [inline, static]

Definition at line 137 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: