|
linbox
|
#include <sparse-tpl-matrix-omp.h>
Public Member Functions | |
| TriplesBBTriple (TriplesCoord c) | |
| TriplesBBTriple (Index r, Index c, const Element &e) | |
| void | init (Index r, Index c, const Element &e) |
| Index & | row () |
| Index & | col () |
| Element & | elt () |
| const Index & | getRow () const |
| const Index & | getCol () const |
| const Element & | getElt () const |
| void | toBlock () |
| void | fromBlock () |
Static Public Member Functions | |
| static bool | compareBlockTriples (const TriplesBBTriple< Element > &lhs, const TriplesBBTriple< Element > &rhs) |
Data Fields | |
| TriplesCoord | coord_ |
| Element | elt_ |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
| TriplesCoord coord_ |