Skylark (Sketching Library)  0.1
Public Types | Static Public Member Functions
skylark::utility::print_t< FullyDistVec< IndexType, ValueType > > Struct Template Reference

#include <print.hpp>

List of all members.

Public Types

typedef IndexType index_t
typedef ValueType value_t
typedef FullyDistVec< index_t,
value_t
mpi_vector_t

Static Public Member Functions

static void apply (const mpi_vector_t &x, const char *msg, bool am_i_printing, int debug_level=0)
static void apply (const mpi_vector_t &x, const mpi_vector_t &y, const char *msg, bool am_i_printing, int debug_level=0)

Detailed Description

template<typename IndexType, typename ValueType>
struct skylark::utility::print_t< FullyDistVec< IndexType, ValueType > >

Definition at line 148 of file print.hpp.


Member Typedef Documentation

template<typename IndexType , typename ValueType >
typedef IndexType skylark::utility::print_t< FullyDistVec< IndexType, ValueType > >::index_t

Definition at line 150 of file print.hpp.

template<typename IndexType , typename ValueType >
typedef FullyDistVec<index_t,value_t> skylark::utility::print_t< FullyDistVec< IndexType, ValueType > >::mpi_vector_t

Definition at line 152 of file print.hpp.

template<typename IndexType , typename ValueType >
typedef ValueType skylark::utility::print_t< FullyDistVec< IndexType, ValueType > >::value_t

Definition at line 151 of file print.hpp.


Member Function Documentation

template<typename IndexType , typename ValueType >
static void skylark::utility::print_t< FullyDistVec< IndexType, ValueType > >::apply ( const mpi_vector_t x,
const char *  msg,
bool  am_i_printing,
int  debug_level = 0 
) [inline, static]

Definition at line 154 of file print.hpp.

template<typename IndexType , typename ValueType >
static void skylark::utility::print_t< FullyDistVec< IndexType, ValueType > >::apply ( const mpi_vector_t x,
const mpi_vector_t y,
const char *  msg,
bool  am_i_printing,
int  debug_level = 0 
) [inline, static]

Definition at line 166 of file print.hpp.


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