#include <matrixtriplet.hpp>
brief description
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 |
1.8.5