Skylark (Sketching Library)  0.1
Public Types | Public Member Functions
skylark::sketch::PPT_t< InputMatrixType, OutputMatrixType > Struct Template Reference

#include <PPT.hpp>

Inheritance diagram for skylark::sketch::PPT_t< InputMatrixType, OutputMatrixType >:
Inheritance graph
[legend]
Collaboration diagram for skylark::sketch::PPT_t< InputMatrixType, OutputMatrixType >:
Collaboration graph
[legend]

List of all members.

Public Types

typedef InputMatrixType matrix_type
typedef OutputMatrixType output_matrix_type
typedef PPT_data_t data_type
typedef data_type::params_t params_t

Public Member Functions

 PPT_t (int N, int S, int q, double c, double gamma, base::context_t &context)
 PPT_t (int N, int S, const params_t &params, base::context_t &context)
 PPT_t (const data_type &other_data)
 PPT_t (const boost::property_tree::ptree &pt)
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

Detailed Description

template<typename InputMatrixType, typename OutputMatrixType = InputMatrixType>
struct skylark::sketch::PPT_t< InputMatrixType, OutputMatrixType >

Definition at line 12 of file PPT.hpp.


Member Typedef Documentation

template<typename InputMatrixType, typename OutputMatrixType = InputMatrixType>
typedef PPT_data_t skylark::sketch::PPT_t< InputMatrixType, OutputMatrixType >::data_type

Definition at line 19 of file PPT.hpp.

template<typename InputMatrixType, typename OutputMatrixType = InputMatrixType>
typedef InputMatrixType skylark::sketch::PPT_t< InputMatrixType, OutputMatrixType >::matrix_type

Definition at line 16 of file PPT.hpp.

template<typename InputMatrixType, typename OutputMatrixType = InputMatrixType>
typedef OutputMatrixType skylark::sketch::PPT_t< InputMatrixType, OutputMatrixType >::output_matrix_type

Definition at line 17 of file PPT.hpp.

template<typename InputMatrixType, typename OutputMatrixType = InputMatrixType>
typedef data_type::params_t skylark::sketch::PPT_t< InputMatrixType, OutputMatrixType >::params_t

Definition at line 20 of file PPT.hpp.


Constructor & Destructor Documentation

template<typename InputMatrixType, typename OutputMatrixType = InputMatrixType>
skylark::sketch::PPT_t< InputMatrixType, OutputMatrixType >::PPT_t ( int  N,
int  S,
int  q,
double  c,
double  gamma,
base::context_t context 
) [inline]

Definition at line 22 of file PPT.hpp.

References SKYLARK_THROW_EXCEPTION.

template<typename InputMatrixType, typename OutputMatrixType = InputMatrixType>
skylark::sketch::PPT_t< InputMatrixType, OutputMatrixType >::PPT_t ( int  N,
int  S,
const params_t params,
base::context_t context 
) [inline]

Definition at line 31 of file PPT.hpp.

References SKYLARK_THROW_EXCEPTION.

template<typename InputMatrixType, typename OutputMatrixType = InputMatrixType>
skylark::sketch::PPT_t< InputMatrixType, OutputMatrixType >::PPT_t ( const data_type other_data) [inline]

Definition at line 39 of file PPT.hpp.

References SKYLARK_THROW_EXCEPTION.

template<typename InputMatrixType, typename OutputMatrixType = InputMatrixType>
skylark::sketch::PPT_t< InputMatrixType, OutputMatrixType >::PPT_t ( const boost::property_tree::ptree &  pt) [inline]

Definition at line 46 of file PPT.hpp.

References SKYLARK_THROW_EXCEPTION.


Member Function Documentation

template<typename InputMatrixType, typename OutputMatrixType = InputMatrixType>
void skylark::sketch::PPT_t< InputMatrixType, OutputMatrixType >::apply ( const matrix_type A,
output_matrix_type sketch_of_A,
columnwise_tag  dimension 
) const [inline, virtual]
template<typename InputMatrixType, typename OutputMatrixType = InputMatrixType>
void skylark::sketch::PPT_t< InputMatrixType, OutputMatrixType >::apply ( const matrix_type A,
output_matrix_type sketch_of_A,
rowwise_tag  dimension 
) const [inline, virtual]
template<typename InputMatrixType, typename OutputMatrixType = InputMatrixType>
const sketch_transform_data_t* skylark::sketch::PPT_t< InputMatrixType, OutputMatrixType >::get_data ( ) const [inline, virtual]
template<typename InputMatrixType, typename OutputMatrixType = InputMatrixType>
int skylark::sketch::PPT_t< InputMatrixType, OutputMatrixType >::get_N ( ) const [inline, virtual]
template<typename InputMatrixType, typename OutputMatrixType = InputMatrixType>
int skylark::sketch::PPT_t< InputMatrixType, OutputMatrixType >::get_S ( ) const [inline, virtual]

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