#include <triplesbb.h>
Inheritance diagram for TriplesBB:

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
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 | |
| std::vector< size_t > | _ColV |
| _RowV & _ColV are vectors containing the row & column indices | |
| size_t | _rows |
| The number of rows, columns. | |
| size_t | _cols |
| The number of rows, columns. | |
1.3.4