Skylark (Sketching Library)  0.1
Public Types | Static Public Member Functions
skylark::utility::print_t< elem::DistMatrix< ValueType, CD, RD > > Struct Template Reference

#include <print.hpp>

List of all members.

Public Types

typedef int index_t
typedef ValueType value_t
typedef elem::DistMatrix
< ValueType, CD, RD > 
mpi_matrix_t

Static Public Member Functions

static void apply (const mpi_matrix_t &X, const char *msg, bool am_i_printing, int debug_level=0)
static void apply (const mpi_matrix_t &X, const mpi_matrix_t &Y, const char *msg, bool am_i_printing, int debug_level=0)

Detailed Description

template<typename ValueType, elem::Distribution CD, elem::Distribution RD>
struct skylark::utility::print_t< elem::DistMatrix< ValueType, CD, RD > >

Definition at line 70 of file print.hpp.


Member Typedef Documentation

template<typename ValueType , elem::Distribution CD, elem::Distribution RD>
typedef int skylark::utility::print_t< elem::DistMatrix< ValueType, CD, RD > >::index_t

Definition at line 72 of file print.hpp.

template<typename ValueType , elem::Distribution CD, elem::Distribution RD>
typedef elem::DistMatrix<ValueType, CD, RD> skylark::utility::print_t< elem::DistMatrix< ValueType, CD, RD > >::mpi_matrix_t

Definition at line 74 of file print.hpp.

template<typename ValueType , elem::Distribution CD, elem::Distribution RD>
typedef ValueType skylark::utility::print_t< elem::DistMatrix< ValueType, CD, RD > >::value_t

Definition at line 73 of file print.hpp.


Member Function Documentation

template<typename ValueType , elem::Distribution CD, elem::Distribution RD>
static void skylark::utility::print_t< elem::DistMatrix< ValueType, CD, RD > >::apply ( const mpi_matrix_t X,
const char *  msg,
bool  am_i_printing,
int  debug_level = 0 
) [inline, static]

Definition at line 76 of file print.hpp.

template<typename ValueType , elem::Distribution CD, elem::Distribution RD>
static void skylark::utility::print_t< elem::DistMatrix< ValueType, CD, RD > >::apply ( const mpi_matrix_t X,
const mpi_matrix_t Y,
const char *  msg,
bool  am_i_printing,
int  debug_level = 0 
) [inline, static]

Definition at line 95 of file print.hpp.


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