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

#include <hash_transform_Elemental.hpp>

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

List of all members.

Public Types

typedef ValueType value_type
typedef elem::DistMatrix
< value_type, ColDist, RowDist > 
matrix_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

Detailed Description

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

Specialization distributed input, local output

Definition at line 267 of file hash_transform_Elemental.hpp.


Member Typedef Documentation

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

Definition at line 282 of file hash_transform_Elemental.hpp.

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

Definition at line 277 of file hash_transform_Elemental.hpp.

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

Definition at line 278 of file hash_transform_Elemental.hpp.

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

Definition at line 276 of file hash_transform_Elemental.hpp.


Constructor & Destructor Documentation

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

Regular constructor

Definition at line 286 of file hash_transform_Elemental.hpp.

template<typename ValueType , elem::Distribution ColDist, elem::Distribution RowDist, template< typename > class IdxDistributionType, template< typename > class ValueDistribution>
skylark::sketch::hash_transform_t< elem::DistMatrix< ValueType, ColDist, RowDist >, 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 294 of file hash_transform_Elemental.hpp.

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

Constructor from data

Definition at line 303 of file hash_transform_Elemental.hpp.


Member Function Documentation

template<typename ValueType , elem::Distribution ColDist, elem::Distribution RowDist, template< typename > class IdxDistributionType, template< typename > class ValueDistribution>
template<typename Dimension >
void skylark::sketch::hash_transform_t< elem::DistMatrix< ValueType, ColDist, RowDist >, 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 310 of file hash_transform_Elemental.hpp.

References SKYLARK_THROW_EXCEPTION.


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