Skylark (Sketching Library)  0.1
Public Types | Public Member Functions | Protected Types
skylark::sketch::FJLT_t< elem::DistMatrix< ValueType, ColDist, elem::STAR >, elem::Matrix< ValueType > > Struct Template Reference

#include <FJLT_Elemental.hpp>

Inheritance diagram for skylark::sketch::FJLT_t< elem::DistMatrix< ValueType, ColDist, elem::STAR >, elem::Matrix< ValueType > >:
Inheritance graph
[legend]
Collaboration diagram for skylark::sketch::FJLT_t< elem::DistMatrix< ValueType, ColDist, elem::STAR >, elem::Matrix< ValueType > >:
Collaboration graph
[legend]

List of all members.

Public Types

typedef ValueType value_type
typedef elem::DistMatrix
< value_type, ColDist,
elem::STAR > 
matrix_type
typedef elem::Matrix< value_typeoutput_matrix_type
typedef elem::DistMatrix
< ValueType, elem::STAR,
ColDist > 
intermediate_type
typedef fft_futs< double >::DCT_t transform_type
typedef
utility::rademacher_distribution_t
< value_type
underlying_value_distribution_type
typedef FJLT_data_t data_type
typedef data_type::params_t params_t

Public Member Functions

 FJLT_t (int N, int S, base::context_t &context)
 FJLT_t (int N, int S, const params_t &params, base::context_t &context)
 FJLT_t (const boost::property_tree::ptree &pt)
template<typename OtherInputMatrixType , typename OtherOutputMatrixType >
 FJLT_t (const FJLT_t< OtherInputMatrixType, OtherOutputMatrixType > &other)
 FJLT_t (const data_type &other_data)
void apply (const matrix_type &A, output_matrix_type &sketch_of_A, columnwise_tag dimension) const
void apply (const matrix_type &A, output_matrix_type &sketch_of_A, rowwise_tag dimension) const
int get_N () const
int get_S () const
const sketch_transform_data_tget_data () const

Protected Types

typedef RFUT_t
< intermediate_type,
transform_type,
underlying_value_distribution_type
underlying_type

Detailed Description

template<typename ValueType, elem::Distribution ColDist>
struct skylark::sketch::FJLT_t< elem::DistMatrix< ValueType, ColDist, elem::STAR >, elem::Matrix< ValueType > >

Specialization for [*, SOMETHING]

Definition at line 11 of file FJLT_Elemental.hpp.


Member Typedef Documentation

template<typename ValueType , elem::Distribution ColDist>
typedef FJLT_data_t skylark::sketch::FJLT_t< elem::DistMatrix< ValueType, ColDist, elem::STAR >, elem::Matrix< ValueType > >::data_type

Definition at line 30 of file FJLT_Elemental.hpp.

template<typename ValueType , elem::Distribution ColDist>
typedef elem::DistMatrix<ValueType, elem::STAR, ColDist> skylark::sketch::FJLT_t< elem::DistMatrix< ValueType, ColDist, elem::STAR >, elem::Matrix< ValueType > >::intermediate_type

Definition at line 25 of file FJLT_Elemental.hpp.

template<typename ValueType , elem::Distribution ColDist>
typedef elem::DistMatrix<value_type, ColDist, elem::STAR> skylark::sketch::FJLT_t< elem::DistMatrix< ValueType, ColDist, elem::STAR >, elem::Matrix< ValueType > >::matrix_type

Definition at line 22 of file FJLT_Elemental.hpp.

template<typename ValueType , elem::Distribution ColDist>
typedef elem::Matrix<value_type> skylark::sketch::FJLT_t< elem::DistMatrix< ValueType, ColDist, elem::STAR >, elem::Matrix< ValueType > >::output_matrix_type

Definition at line 23 of file FJLT_Elemental.hpp.

template<typename ValueType , elem::Distribution ColDist>
typedef data_type::params_t skylark::sketch::FJLT_t< elem::DistMatrix< ValueType, ColDist, elem::STAR >, elem::Matrix< ValueType > >::params_t

Definition at line 31 of file FJLT_Elemental.hpp.

template<typename ValueType , elem::Distribution ColDist>
typedef fft_futs<double>::DCT_t skylark::sketch::FJLT_t< elem::DistMatrix< ValueType, ColDist, elem::STAR >, elem::Matrix< ValueType > >::transform_type

Definition at line 26 of file FJLT_Elemental.hpp.

template<typename ValueType , elem::Distribution ColDist>
typedef RFUT_t<intermediate_type, transform_type, underlying_value_distribution_type> skylark::sketch::FJLT_t< elem::DistMatrix< ValueType, ColDist, elem::STAR >, elem::Matrix< ValueType > >::underlying_type [protected]

Definition at line 36 of file FJLT_Elemental.hpp.

template<typename ValueType , elem::Distribution ColDist>
typedef utility::rademacher_distribution_t<value_type> skylark::sketch::FJLT_t< elem::DistMatrix< ValueType, ColDist, elem::STAR >, elem::Matrix< ValueType > >::underlying_value_distribution_type

Reimplemented from skylark::sketch::FJLT_data_t.

Definition at line 28 of file FJLT_Elemental.hpp.

template<typename ValueType , elem::Distribution ColDist>
typedef ValueType skylark::sketch::FJLT_t< elem::DistMatrix< ValueType, ColDist, elem::STAR >, elem::Matrix< ValueType > >::value_type

Definition at line 21 of file FJLT_Elemental.hpp.


Constructor & Destructor Documentation

template<typename ValueType , elem::Distribution ColDist>
skylark::sketch::FJLT_t< elem::DistMatrix< ValueType, ColDist, elem::STAR >, elem::Matrix< ValueType > >::FJLT_t ( int  N,
int  S,
base::context_t context 
) [inline]

Definition at line 39 of file FJLT_Elemental.hpp.

template<typename ValueType , elem::Distribution ColDist>
skylark::sketch::FJLT_t< elem::DistMatrix< ValueType, ColDist, elem::STAR >, elem::Matrix< ValueType > >::FJLT_t ( int  N,
int  S,
const params_t params,
base::context_t context 
) [inline]

Definition at line 44 of file FJLT_Elemental.hpp.

template<typename ValueType , elem::Distribution ColDist>
skylark::sketch::FJLT_t< elem::DistMatrix< ValueType, ColDist, elem::STAR >, elem::Matrix< ValueType > >::FJLT_t ( const boost::property_tree::ptree &  pt) [inline]

Definition at line 49 of file FJLT_Elemental.hpp.

template<typename ValueType , elem::Distribution ColDist>
template<typename OtherInputMatrixType , typename OtherOutputMatrixType >
skylark::sketch::FJLT_t< elem::DistMatrix< ValueType, ColDist, elem::STAR >, elem::Matrix< ValueType > >::FJLT_t ( const FJLT_t< OtherInputMatrixType, OtherOutputMatrixType > &  other) [inline]

Definition at line 56 of file FJLT_Elemental.hpp.

template<typename ValueType , elem::Distribution ColDist>
skylark::sketch::FJLT_t< elem::DistMatrix< ValueType, ColDist, elem::STAR >, elem::Matrix< ValueType > >::FJLT_t ( const data_type other_data) [inline]

Definition at line 61 of file FJLT_Elemental.hpp.


Member Function Documentation

template<typename ValueType , elem::Distribution ColDist>
void skylark::sketch::FJLT_t< elem::DistMatrix< ValueType, ColDist, elem::STAR >, elem::Matrix< ValueType > >::apply ( const matrix_type A,
output_matrix_type sketch_of_A,
columnwise_tag  dimension 
) const [inline]

Apply columnwise the sketching transform that is described by the the transform with output sketch_of_A.

Definition at line 70 of file FJLT_Elemental.hpp.

References SKYLARK_THROW_EXCEPTION.

template<typename ValueType , elem::Distribution ColDist>
void skylark::sketch::FJLT_t< elem::DistMatrix< ValueType, ColDist, elem::STAR >, elem::Matrix< ValueType > >::apply ( const matrix_type A,
output_matrix_type sketch_of_A,
rowwise_tag  dimension 
) const [inline]

Apply rowwise the sketching transform that is described by the the transform with output sketch_of_A.

Definition at line 102 of file FJLT_Elemental.hpp.

References SKYLARK_THROW_EXCEPTION.

template<typename ValueType , elem::Distribution ColDist>
const sketch_transform_data_t* skylark::sketch::FJLT_t< elem::DistMatrix< ValueType, ColDist, elem::STAR >, elem::Matrix< ValueType > >::get_data ( ) const [inline, virtual]
template<typename ValueType , elem::Distribution ColDist>
int skylark::sketch::FJLT_t< elem::DistMatrix< ValueType, ColDist, elem::STAR >, elem::Matrix< ValueType > >::get_N ( ) const [inline, virtual]
template<typename ValueType , elem::Distribution ColDist>
int skylark::sketch::FJLT_t< elem::DistMatrix< ValueType, ColDist, elem::STAR >, elem::Matrix< ValueType > >::get_S ( ) const [inline, virtual]

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