linbox  1
Protected Attributes
TriplesBB< _Field > Class Template Reference

wrapper for NAG Sparse Matrix format. More...

#include <triplesbb.h>

Inheritance diagram for TriplesBB< _Field >:
BlackboxInterface Companion< _Field >

List of all members.

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.

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


The documentation for this class was generated from the following file: