|
MOAB
4.9.3pre
|
#include <SparseMatrix.h>
Public Types | |
| typedef StorageIndex | value_type |
Public Member Functions | |
| SingletonVector (Index i, Index v) | |
| StorageIndex | operator[] (Index i) const |
Private Attributes | |
| StorageIndex | m_index |
| StorageIndex | m_value |
A vector object that is equal to 0 everywhere but v at the position i
Definition at line 853 of file SparseMatrix.h.
| typedef StorageIndex Eigen::SparseMatrix< _Scalar, _Options, _Index >::SingletonVector::value_type |
Definition at line 858 of file SparseMatrix.h.
| Eigen::SparseMatrix< _Scalar, _Options, _Index >::SingletonVector::SingletonVector | ( | Index | i, |
| Index | v | ||
| ) | [inline] |
Definition at line 859 of file SparseMatrix.h.
: m_index(convert_index(i)), m_value(convert_index(v)) {}
| StorageIndex Eigen::SparseMatrix< _Scalar, _Options, _Index >::SingletonVector::operator[] | ( | Index | i | ) | const [inline] |
Definition at line 863 of file SparseMatrix.h.
StorageIndex Eigen::SparseMatrix< _Scalar, _Options, _Index >::SingletonVector::m_index [private] |
Definition at line 855 of file SparseMatrix.h.
StorageIndex Eigen::SparseMatrix< _Scalar, _Options, _Index >::SingletonVector::m_value [private] |
Definition at line 856 of file SparseMatrix.h.