|
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
1.7.6.1