#include <SparseMatrix.h>
Public Types | |
typedef Index | value_type |
Public Member Functions | |
Index | operator[] (Index i) const |
SingletonVector (Index i, Index v) | |
Private Attributes | |
Index | m_index |
Index | m_value |
Definition at line 870 of file SparseMatrix.h.
typedef Index Eigen::SparseMatrix< _Scalar, _Options, _Index >::SingletonVector::value_type |
Definition at line 875 of file SparseMatrix.h.
Eigen::SparseMatrix< _Scalar, _Options, _Index >::SingletonVector::SingletonVector | ( | Index | i, |
Index | v | ||
) | [inline] |
Definition at line 876 of file SparseMatrix.h.
Index Eigen::SparseMatrix< _Scalar, _Options, _Index >::SingletonVector::operator[] | ( | Index | i | ) | const [inline] |
Definition at line 880 of file SparseMatrix.h.
Index Eigen::SparseMatrix< _Scalar, _Options, _Index >::SingletonVector::m_index [private] |
Definition at line 872 of file SparseMatrix.h.
Index Eigen::SparseMatrix< _Scalar, _Options, _Index >::SingletonVector::m_value [private] |
Definition at line 873 of file SparseMatrix.h.