![]() |
|
A small structure to hold a non zero as a triplet (i,j,value). More...
#include <SparseUtil.h>
Public Member Functions | |
| Triplet () | |
| Triplet (const StorageIndex &i, const StorageIndex &j, const Scalar &v=Scalar(0)) | |
| const StorageIndex & | row () const |
| const StorageIndex & | col () const |
| const Scalar & | value () const |
Protected Attributes | |
| StorageIndex | m_row |
| StorageIndex | m_col |
| Scalar | m_value |
A small structure to hold a non zero as a triplet (i,j,value).
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
Referenced by Eigen::Triplet< Scalar, StorageIndex >::col().
|
protected |
Referenced by Eigen::Triplet< Scalar, StorageIndex >::row().
|
protected |
Referenced by Eigen::Triplet< Scalar, StorageIndex >::value().