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

#include <hash_transform_Mixed.hpp>

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

List of all members.

Public Types

typedef IndexType index_type
typedef ValueType value_type
typedef SpDCCols< index_type,
value_type
col_t
typedef FullyDistVec
< index_type, value_type
mpi_vector_t
typedef SpParMat< index_type,
value_type, col_t
matrix_type
typedef elem::DistMatrix
< value_type, ColDist, RowDist > 
output_matrix_type
typedef hash_transform_data_t
< IdxDistributionType,
ValueDistribution > 
data_type

Public Member Functions

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

Detailed Description

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

Definition at line 28 of file hash_transform_Mixed.hpp.


Member Typedef Documentation

template<typename IndexType , typename ValueType , elem::Distribution ColDist, elem::Distribution RowDist, template< typename > class IdxDistributionType, template< typename > class ValueDistribution>
typedef SpDCCols< index_type, value_type > skylark::sketch::hash_transform_t< SpParMat< IndexType, ValueType, SpDCCols< IndexType, ValueType > >, elem::DistMatrix< ValueType, ColDist, RowDist >, IdxDistributionType, ValueDistribution >::col_t

Definition at line 37 of file hash_transform_Mixed.hpp.

template<typename IndexType , 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< SpParMat< IndexType, ValueType, SpDCCols< IndexType, ValueType > >, elem::DistMatrix< ValueType, ColDist, RowDist >, IdxDistributionType, ValueDistribution >::data_type

Definition at line 42 of file hash_transform_Mixed.hpp.

template<typename IndexType , typename ValueType , elem::Distribution ColDist, elem::Distribution RowDist, template< typename > class IdxDistributionType, template< typename > class ValueDistribution>
typedef IndexType skylark::sketch::hash_transform_t< SpParMat< IndexType, ValueType, SpDCCols< IndexType, ValueType > >, elem::DistMatrix< ValueType, ColDist, RowDist >, IdxDistributionType, ValueDistribution >::index_type

Definition at line 35 of file hash_transform_Mixed.hpp.

template<typename IndexType , typename ValueType , elem::Distribution ColDist, elem::Distribution RowDist, template< typename > class IdxDistributionType, template< typename > class ValueDistribution>
typedef SpParMat< index_type, value_type, col_t > skylark::sketch::hash_transform_t< SpParMat< IndexType, ValueType, SpDCCols< IndexType, ValueType > >, elem::DistMatrix< ValueType, ColDist, RowDist >, IdxDistributionType, ValueDistribution >::matrix_type

Definition at line 39 of file hash_transform_Mixed.hpp.

template<typename IndexType , typename ValueType , elem::Distribution ColDist, elem::Distribution RowDist, template< typename > class IdxDistributionType, template< typename > class ValueDistribution>
typedef FullyDistVec< index_type, value_type> skylark::sketch::hash_transform_t< SpParMat< IndexType, ValueType, SpDCCols< IndexType, ValueType > >, elem::DistMatrix< ValueType, ColDist, RowDist >, IdxDistributionType, ValueDistribution >::mpi_vector_t

Definition at line 38 of file hash_transform_Mixed.hpp.

template<typename IndexType , 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< SpParMat< IndexType, ValueType, SpDCCols< IndexType, ValueType > >, elem::DistMatrix< ValueType, ColDist, RowDist >, IdxDistributionType, ValueDistribution >::output_matrix_type

Definition at line 40 of file hash_transform_Mixed.hpp.

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

Definition at line 36 of file hash_transform_Mixed.hpp.


Constructor & Destructor Documentation

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

Regular constructor

Definition at line 48 of file hash_transform_Mixed.hpp.

template<typename IndexType , typename ValueType , elem::Distribution ColDist, elem::Distribution RowDist, template< typename > class IdxDistributionType, template< typename > class ValueDistribution>
template<typename InputMatrixType , typename OutputMatrixType >
skylark::sketch::hash_transform_t< SpParMat< IndexType, ValueType, SpDCCols< IndexType, ValueType > >, elem::DistMatrix< ValueType, ColDist, RowDist >, IdxDistributionType, ValueDistribution >::hash_transform_t ( hash_transform_t< InputMatrixType, OutputMatrixType, IdxDistributionType, ValueDistribution > &  other) [inline]

Copy constructor

Definition at line 58 of file hash_transform_Mixed.hpp.

template<typename IndexType , typename ValueType , elem::Distribution ColDist, elem::Distribution RowDist, template< typename > class IdxDistributionType, template< typename > class ValueDistribution>
skylark::sketch::hash_transform_t< SpParMat< IndexType, ValueType, SpDCCols< IndexType, ValueType > >, elem::DistMatrix< ValueType, ColDist, RowDist >, IdxDistributionType, ValueDistribution >::hash_transform_t ( hash_transform_data_t< IdxDistributionType, ValueDistribution > &  other_data) [inline]

Constructor from data

Definition at line 67 of file hash_transform_Mixed.hpp.


Member Function Documentation

template<typename IndexType , 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< SpParMat< IndexType, ValueType, SpDCCols< IndexType, ValueType > >, elem::DistMatrix< ValueType, ColDist, RowDist >, IdxDistributionType, ValueDistribution >::apply ( const matrix_type A,
output_matrix_type sketch_of_A,
Dimension  dimension 
) const [inline]

Definition at line 72 of file hash_transform_Mixed.hpp.

References SKYLARK_THROW_EXCEPTION.


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