Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

TriplesBB Class Template Reference
[linbox/blackbox]

#include <triplesbb.h>

Inheritance diagram for TriplesBB:

BlackboxInterface Companion List of all members.

Detailed Description

template<class _Field>
class LinBox::TriplesBB< _Field >

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


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.


The documentation for this class was generated from the following file:
Generated on Thu Feb 8 22:32:58 2007 for linbox by doxygen 1.3.4