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

#include <RFT_Elemental.hpp>

Inheritance diagram for skylark::sketch::RFT_t< elem::DistMatrix< ValueType, ColDist, elem::STAR >, elem::DistMatrix< ValueType, ColDist, elem::STAR >, KernelDistribution >:
Inheritance graph
[legend]
Collaboration diagram for skylark::sketch::RFT_t< elem::DistMatrix< ValueType, ColDist, elem::STAR >, elem::DistMatrix< ValueType, ColDist, elem::STAR >, KernelDistribution >:
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::DistMatrix
< value_type, ColDist,
elem::STAR > 
output_matrix_type
typedef RFT_data_t
< KernelDistribution > 
data_type

Public Member Functions

 RFT_t (const RFT_t< matrix_type, output_matrix_type, KernelDistribution > &other)
 RFT_t (const data_type &other_data)
template<typename Dimension >
void apply (const matrix_type &A, output_matrix_type &sketch_of_A, Dimension dimension) const

Protected Member Functions

 RFT_t (int N, int S, base::context_t &context)

Detailed Description

template<typename ValueType, elem::Distribution ColDist, template< typename > class KernelDistribution>
struct skylark::sketch::RFT_t< elem::DistMatrix< ValueType, ColDist, elem::STAR >, elem::DistMatrix< ValueType, ColDist, elem::STAR >, KernelDistribution >

Specialization distributed input and output in [SOMETHING, *]

Definition at line 167 of file RFT_Elemental.hpp.


Member Typedef Documentation

template<typename ValueType , elem::Distribution ColDist, template< typename > class KernelDistribution>
typedef RFT_data_t<KernelDistribution> skylark::sketch::RFT_t< elem::DistMatrix< ValueType, ColDist, elem::STAR >, elem::DistMatrix< ValueType, ColDist, elem::STAR >, KernelDistribution >::data_type

Definition at line 178 of file RFT_Elemental.hpp.

template<typename ValueType , elem::Distribution ColDist, template< typename > class KernelDistribution>
typedef elem::DistMatrix<value_type, ColDist, elem::STAR> skylark::sketch::RFT_t< elem::DistMatrix< ValueType, ColDist, elem::STAR >, elem::DistMatrix< ValueType, ColDist, elem::STAR >, KernelDistribution >::matrix_type

Definition at line 175 of file RFT_Elemental.hpp.

template<typename ValueType , elem::Distribution ColDist, template< typename > class KernelDistribution>
typedef elem::DistMatrix<value_type, ColDist, elem::STAR> skylark::sketch::RFT_t< elem::DistMatrix< ValueType, ColDist, elem::STAR >, elem::DistMatrix< ValueType, ColDist, elem::STAR >, KernelDistribution >::output_matrix_type

Definition at line 177 of file RFT_Elemental.hpp.

template<typename ValueType , elem::Distribution ColDist, template< typename > class KernelDistribution>
typedef ValueType skylark::sketch::RFT_t< elem::DistMatrix< ValueType, ColDist, elem::STAR >, elem::DistMatrix< ValueType, ColDist, elem::STAR >, KernelDistribution >::value_type

Definition at line 174 of file RFT_Elemental.hpp.


Constructor & Destructor Documentation

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

Regular constructor -- Allow only creation by subclasses

Definition at line 192 of file RFT_Elemental.hpp.

template<typename ValueType , elem::Distribution ColDist, template< typename > class KernelDistribution>
skylark::sketch::RFT_t< elem::DistMatrix< ValueType, ColDist, elem::STAR >, elem::DistMatrix< ValueType, ColDist, elem::STAR >, KernelDistribution >::RFT_t ( const RFT_t< matrix_type, output_matrix_type, KernelDistribution > &  other) [inline]

Copy constructor

Definition at line 202 of file RFT_Elemental.hpp.

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

Constructor from data

Definition at line 212 of file RFT_Elemental.hpp.


Member Function Documentation

template<typename ValueType , elem::Distribution ColDist, template< typename > class KernelDistribution>
template<typename Dimension >
void skylark::sketch::RFT_t< elem::DistMatrix< ValueType, ColDist, elem::STAR >, elem::DistMatrix< ValueType, ColDist, elem::STAR >, KernelDistribution >::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 221 of file RFT_Elemental.hpp.

References SKYLARK_THROW_EXCEPTION.


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