Feel++ 0.91.0
Public Types | Public Member Functions | Static Public Attributes
Feel::Blocks< NR, NC, T > Struct Template Reference

List of all members.

Public Types

typedef MatrixSparse< T > matrix_type
typedef boost::shared_ptr
< matrix_type
matrix_ptrtype

Public Member Functions

 Blocks (Blocks< NR, NC, T > const &b)
Blocks< NR, NC, T > operator<< (matrix_ptrtype m)
std::vector< matrix_ptrtype > getSetOfBlocks () const

Static Public Attributes

static const uint16_type NBLOCKROWS = NR
static const uint16_type NBLOCKCOLS = NC

template<int NR, int NC, typename T = double>
struct Feel::Blocks< NR, NC, T >