Skylark (Sketching Library)  0.1
Public Types | Public Member Functions
skylark::sketch::hash_transform_t< elem::Matrix< ValueType >, elem::Matrix< ValueType >, IdxDistributionType, ValueDistribution > Struct Template Reference

#include <hash_transform_Elemental.hpp>

Inheritance diagram for skylark::sketch::hash_transform_t< elem::Matrix< ValueType >, elem::Matrix< ValueType >, IdxDistributionType, ValueDistribution >:
Inheritance graph
[legend]
Collaboration diagram for skylark::sketch::hash_transform_t< elem::Matrix< ValueType >, elem::Matrix< ValueType >, IdxDistributionType, ValueDistribution >:
Collaboration graph
[legend]

List of all members.

Public Types

typedef ValueType value_type
typedef elem::Matrix< value_typematrix_type
typedef elem::Matrix< value_typeoutput_matrix_type
typedef IdxDistributionType
< size_t > 
idx_distribution_type
typedef ValueDistribution
< value_type
value_distribution_type
typedef hash_transform_data_t
< IdxDistributionType,
ValueDistribution > 
data_type

Public Member Functions

 hash_transform_t (int N, int S, base::context_t &context)
 hash_transform_t (const hash_transform_t< matrix_type, output_matrix_type, IdxDistributionType, ValueDistribution > &other)
 hash_transform_t (const data_type &other_data)
template<typename Dimension >
void apply (const matrix_type &A, output_matrix_type &sketch_of_A, Dimension dimension) const
int get_N () const
int get_S () const
const sketch_transform_data_tget_data () const

Detailed Description

template<typename ValueType, template< typename > class IdxDistributionType, template< typename > class ValueDistribution>
struct skylark::sketch::hash_transform_t< elem::Matrix< ValueType >, elem::Matrix< ValueType >, IdxDistributionType, ValueDistribution >

Specialization local input, local output

Definition at line 14 of file hash_transform_Elemental.hpp.


Member Typedef Documentation

template<typename ValueType , template< typename > class IdxDistributionType, template< typename > class ValueDistribution>
typedef hash_transform_data_t<IdxDistributionType, ValueDistribution> skylark::sketch::hash_transform_t< elem::Matrix< ValueType >, elem::Matrix< ValueType >, IdxDistributionType, ValueDistribution >::data_type

Definition at line 29 of file hash_transform_Elemental.hpp.

template<typename ValueType , template< typename > class IdxDistributionType, template< typename > class ValueDistribution>
typedef IdxDistributionType<size_t> skylark::sketch::hash_transform_t< elem::Matrix< ValueType >, elem::Matrix< ValueType >, IdxDistributionType, ValueDistribution >::idx_distribution_type
template<typename ValueType , template< typename > class IdxDistributionType, template< typename > class ValueDistribution>
typedef elem::Matrix<value_type> skylark::sketch::hash_transform_t< elem::Matrix< ValueType >, elem::Matrix< ValueType >, IdxDistributionType, ValueDistribution >::matrix_type

Definition at line 24 of file hash_transform_Elemental.hpp.

template<typename ValueType , template< typename > class IdxDistributionType, template< typename > class ValueDistribution>
typedef elem::Matrix<value_type> skylark::sketch::hash_transform_t< elem::Matrix< ValueType >, elem::Matrix< ValueType >, IdxDistributionType, ValueDistribution >::output_matrix_type

Definition at line 25 of file hash_transform_Elemental.hpp.

template<typename ValueType , template< typename > class IdxDistributionType, template< typename > class ValueDistribution>
typedef ValueDistribution<value_type> skylark::sketch::hash_transform_t< elem::Matrix< ValueType >, elem::Matrix< ValueType >, IdxDistributionType, ValueDistribution >::value_distribution_type
template<typename ValueType , template< typename > class IdxDistributionType, template< typename > class ValueDistribution>
typedef ValueType skylark::sketch::hash_transform_t< elem::Matrix< ValueType >, elem::Matrix< ValueType >, IdxDistributionType, ValueDistribution >::value_type

Definition at line 23 of file hash_transform_Elemental.hpp.


Constructor & Destructor Documentation

template<typename ValueType , template< typename > class IdxDistributionType, template< typename > class ValueDistribution>
skylark::sketch::hash_transform_t< elem::Matrix< ValueType >, elem::Matrix< ValueType >, IdxDistributionType, ValueDistribution >::hash_transform_t ( int  N,
int  S,
base::context_t context 
) [inline]

Regular constructor

Definition at line 33 of file hash_transform_Elemental.hpp.

template<typename ValueType , template< typename > class IdxDistributionType, template< typename > class ValueDistribution>
skylark::sketch::hash_transform_t< elem::Matrix< ValueType >, elem::Matrix< ValueType >, IdxDistributionType, ValueDistribution >::hash_transform_t ( const hash_transform_t< matrix_type, output_matrix_type, IdxDistributionType, ValueDistribution > &  other) [inline]

Copy constructor

Definition at line 41 of file hash_transform_Elemental.hpp.

template<typename ValueType , template< typename > class IdxDistributionType, template< typename > class ValueDistribution>
skylark::sketch::hash_transform_t< elem::Matrix< ValueType >, elem::Matrix< ValueType >, IdxDistributionType, ValueDistribution >::hash_transform_t ( const data_type other_data) [inline]

Constructor from data

Definition at line 50 of file hash_transform_Elemental.hpp.


Member Function Documentation

template<typename ValueType , template< typename > class IdxDistributionType, template< typename > class ValueDistribution>
template<typename Dimension >
void skylark::sketch::hash_transform_t< elem::Matrix< ValueType >, elem::Matrix< ValueType >, IdxDistributionType, ValueDistribution >::apply ( const matrix_type A,
output_matrix_type sketch_of_A,
Dimension  dimension 
) const [inline]

Apply the sketching transform that is described in by the sketch_of_A.

Definition at line 57 of file hash_transform_Elemental.hpp.

References SKYLARK_THROW_EXCEPTION.

template<typename ValueType , template< typename > class IdxDistributionType, template< typename > class ValueDistribution>
const sketch_transform_data_t* skylark::sketch::hash_transform_t< elem::Matrix< ValueType >, elem::Matrix< ValueType >, IdxDistributionType, ValueDistribution >::get_data ( ) const [inline]

Definition at line 75 of file hash_transform_Elemental.hpp.

template<typename ValueType , template< typename > class IdxDistributionType, template< typename > class ValueDistribution>
int skylark::sketch::hash_transform_t< elem::Matrix< ValueType >, elem::Matrix< ValueType >, IdxDistributionType, ValueDistribution >::get_N ( ) const [inline]

Get input dimension.

Definition at line 72 of file hash_transform_Elemental.hpp.

References skylark::sketch::sketch_transform_data_t::_N.

template<typename ValueType , template< typename > class IdxDistributionType, template< typename > class ValueDistribution>
int skylark::sketch::hash_transform_t< elem::Matrix< ValueType >, elem::Matrix< ValueType >, IdxDistributionType, ValueDistribution >::get_S ( ) const [inline]

Get output dimension.

Definition at line 73 of file hash_transform_Elemental.hpp.

References skylark::sketch::sketch_transform_data_t::_S.


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