Feel++  0.92.0
Public Types | Public Member Functions
Feel::BlocksBaseSparseMatrix< T > Class Template Reference
Inheritance diagram for Feel::BlocksBaseSparseMatrix< T >:
Feel::BlocksSparseMatrix< NR, NC, T >

List of all members.

Public Types

typedef vf::BlocksBase
< boost::shared_ptr
< MatrixSparse< T > > > 
super_type
typedef BlocksBaseSparseMatrix< T > self_type
typedef boost::shared_ptr
< MatrixSparse< T > > 
matrix_sparse_ptrtype

Public Member Functions

 BlocksBaseSparseMatrix (uint16_type nr, uint16_type nc)
 BlocksBaseSparseMatrix (super_type const &b)
self_type operator<< (matrix_sparse_ptrtype const &m) const

template<typename T = double>
class Feel::BlocksBaseSparseMatrix< T >