Feel++ 0.91.0
|
brief description More...
#include <matrixtriplet.hpp>
Public Types | |
Typedefs | |
typedef T | value_type |
Public Member Functions | |
Constructors, destructor | |
MatrixTriplet (int nr, int nc, std::vector< int > const &Ti, std::vector< int > const &Tj, std::vector< double > const &Tx) | |
MatrixTriplet (MatrixTriplet const &mt) | |
~MatrixTriplet () | |
Accessors | |
int | nrows () const |
int | ncols () const |
int | nz () const |
int const * | Ti () const |
int const * | Tj () const |
value_type const * | Tx () const |
brief description