Shapeworks Studio
2.1
Shape analysis software suite
|
A small structure to hold a non zero as a triplet (i,j,value). More...
#include <SparseUtil.h>
Public Member Functions | |
Triplet (const Index &i, const Index &j, const Scalar &v=Scalar(0)) | |
const Index & | row () const |
const Index & | col () const |
const Scalar & | value () const |
Protected Attributes | |
Index | m_row |
Index | m_col |
Scalar | m_value |
A small structure to hold a non zero as a triplet (i,j,value).
Definition at line 147 of file SparseUtil.h.
|
inline |
Definition at line 160 of file SparseUtil.h.
|
inline |
Definition at line 157 of file SparseUtil.h.
|
inline |
Definition at line 163 of file SparseUtil.h.