#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 817 of file SparseMatrix.h.
| typedef Index Eigen::SparseMatrix< _Scalar, _Options, _Index >::SingletonVector::value_type |
Definition at line 822 of file SparseMatrix.h.
| Eigen::SparseMatrix< _Scalar, _Options, _Index >::SingletonVector::SingletonVector | ( | Index | i, |
| Index | v | ||
| ) | [inline] |
Definition at line 823 of file SparseMatrix.h.
| Index Eigen::SparseMatrix< _Scalar, _Options, _Index >::SingletonVector::operator[] | ( | Index | i | ) | const [inline] |
Definition at line 827 of file SparseMatrix.h.
Index Eigen::SparseMatrix< _Scalar, _Options, _Index >::SingletonVector::m_index [private] |
Definition at line 819 of file SparseMatrix.h.
Index Eigen::SparseMatrix< _Scalar, _Options, _Index >::SingletonVector::m_value [private] |
Definition at line 820 of file SparseMatrix.h.