#include <SparseUtil.h>
| Public Types | |
| enum | { _Options = ((traits<T>::Flags&RowMajorBit)==RowMajorBit) ? RowMajor : ColMajor } | 
| typedef traits< T >::Index | _Index | 
| typedef traits< T >::Scalar | _Scalar | 
| typedef SparseMatrix< _Scalar, _Options, _Index > | type | 
Definition at line 93 of file SparseUtil.h.
| typedef traits<T>::Index Eigen::internal::sparse_eval< T, Rows, Cols >::_Index | 
Definition at line 115 of file SparseUtil.h.
| typedef traits<T>::Scalar Eigen::internal::sparse_eval< T, Rows, Cols >::_Scalar | 
Definition at line 114 of file SparseUtil.h.
| typedef SparseMatrix<_Scalar, _Options, _Index> Eigen::internal::sparse_eval< T, Rows, Cols >::type | 
Definition at line 118 of file SparseUtil.h.
| anonymous enum | 
| Enumerator | |
|---|---|
| _Options | |
Definition at line 116 of file SparseUtil.h.