|
TR-mbed 1.0
|
#include <SparseUtil.h>
Public Types | |
| enum | { _Options = ((Flags&RowMajorBit)==RowMajorBit) ? RowMajor : ColMajor } |
| typedef traits< T >::Scalar | _Scalar |
| typedef traits< T >::StorageIndex | _StorageIndex |
| typedef SparseMatrix< _Scalar, _Options, _StorageIndex > | type |
| typedef traits<T>::StorageIndex Eigen::internal::sparse_eval< T, Rows, Cols, Flags >::_StorageIndex |
| typedef SparseMatrix<_Scalar, _Options, _StorageIndex> Eigen::internal::sparse_eval< T, Rows, Cols, Flags >::type |