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

#include <print.hpp>

List of all members.

Public Types

typedef int index_t
typedef ValueType value_t
typedef elem::Matrix< ValueType > matrix_t

Static Public Member Functions

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

Detailed Description

template<typename ValueType>
struct skylark::utility::print_t< elem::Matrix< ValueType > >

Definition at line 25 of file print.hpp.


Member Typedef Documentation

template<typename ValueType >
typedef int skylark::utility::print_t< elem::Matrix< ValueType > >::index_t

Definition at line 27 of file print.hpp.

template<typename ValueType >
typedef elem::Matrix<ValueType> skylark::utility::print_t< elem::Matrix< ValueType > >::matrix_t

Definition at line 29 of file print.hpp.

template<typename ValueType >
typedef ValueType skylark::utility::print_t< elem::Matrix< ValueType > >::value_t

Definition at line 28 of file print.hpp.


Member Function Documentation

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

Definition at line 31 of file print.hpp.

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

Definition at line 48 of file print.hpp.


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