HDK
|
#include <UT_SparseMatrix.h>
Public Member Functions | |
Triplet () | |
Construct a zero triplet. More... | |
Triplet (exint r, exint c, T v) | |
Construct a triplet for the given row and column with value v. More... | |
bool | operator< (const Triplet &t) const |
Public Attributes | |
exint | myRow |
exint | myCol |
T | myValue |
Triplet to construct matrix. Is used only for setValues and addValues to construct the matrix.
Definition at line 667 of file UT_SparseMatrix.h.
|
inline |
Construct a zero triplet.
Definition at line 673 of file UT_SparseMatrix.h.
|
inline |
Construct a triplet for the given row and column with value v.
Definition at line 676 of file UT_SparseMatrix.h.
|
inline |
Returns true if the triplet's coordinate comes before the given triplet's coordinate.
Definition at line 680 of file UT_SparseMatrix.h.
exint UT_SparseMatrixCSRT< T >::Triplet::myCol |
Definition at line 669 of file UT_SparseMatrix.h.
exint UT_SparseMatrixCSRT< T >::Triplet::myRow |
Definition at line 668 of file UT_SparseMatrix.h.
T UT_SparseMatrixCSRT< T >::Triplet::myValue |
Definition at line 670 of file UT_SparseMatrix.h.