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

#include <print.hpp>

List of all members.

Public Types

typedef IndexType index_t
typedef ValueType value_t
typedef SpDCCols< index_t,
value_t
seq_matrix_t
typedef seq_matrix_t::SpColIter seq_matrix_col_iter_t
typedef
seq_matrix_col_iter_t::NzIter 
seq_matrix_nz_iter_t
typedef SpParMat< index_t,
value_t, seq_matrix_t
mpi_matrix_t

Static Public Member Functions

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

Detailed Description

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

Definition at line 121 of file print.hpp.


Member Typedef Documentation

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

Definition at line 125 of file print.hpp.

template<typename IndexType , typename ValueType >
typedef SpParMat<index_t,value_t, seq_matrix_t> skylark::utility::print_t< SpParMat< IndexType, ValueType, SpDCCols< IndexType, ValueType > > >::mpi_matrix_t

Definition at line 130 of file print.hpp.

template<typename IndexType , typename ValueType >
typedef seq_matrix_t::SpColIter skylark::utility::print_t< SpParMat< IndexType, ValueType, SpDCCols< IndexType, ValueType > > >::seq_matrix_col_iter_t

Definition at line 128 of file print.hpp.

template<typename IndexType , typename ValueType >
typedef seq_matrix_col_iter_t::NzIter skylark::utility::print_t< SpParMat< IndexType, ValueType, SpDCCols< IndexType, ValueType > > >::seq_matrix_nz_iter_t

Definition at line 129 of file print.hpp.

template<typename IndexType , typename ValueType >
typedef SpDCCols<index_t,value_t> skylark::utility::print_t< SpParMat< IndexType, ValueType, SpDCCols< IndexType, ValueType > > >::seq_matrix_t

Definition at line 127 of file print.hpp.

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

Definition at line 126 of file print.hpp.


Member Function Documentation

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

Definition at line 132 of file print.hpp.


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