linbox
1
|
wrapper for NAG Sparse Matrix format. More...
#include <triplesbb.h>
Protected Attributes | |
std::vector< Element > | _values |
_values contains the nonzero elements of the BlackBox | |
std::vector< size_t > | _RowV |
_RowV & _ColV are vectors containing the row & column indices | |
size_t | _rows |
The number of rows, columns. |
wrapper for NAG Sparse Matrix format.
This class acts as a wrapper for a pre-existing NAGSparse Matrix. To be used for interface between LinBox and computer algebra systems such as Maple that can encode sparse matrices in the NAGSparse format