Definition at line 43 of file SparseDiagonalProduct.h.
#include <src/Sparse/SparseDiagonalProduct.h>
Public Types | |
| enum | { RowsAtCompileTime = _Lhs::RowsAtCompileTime, ColsAtCompileTime = _Rhs::ColsAtCompileTime, MaxRowsAtCompileTime = _Lhs::MaxRowsAtCompileTime, MaxColsAtCompileTime = _Rhs::MaxColsAtCompileTime, SparseFlags = is_diagonal<_Lhs>::ret ? int(_Rhs::Flags) : int(_Lhs::Flags), Flags = (SparseFlags&RowMajorBit), CoeffReadCost = Dynamic } |
| typedef remove_all< Lhs >::type | _Lhs |
| typedef remove_all< Rhs >::type | _Rhs |
| typedef _Lhs::Scalar | Scalar |
| typedef promote_index_type < typename traits< Lhs > ::Index, typename traits< Rhs > ::Index >::type | Index |
| typedef Sparse | StorageKind |
| typedef MatrixXpr | XprKind |
| typedef remove_all<Lhs>::type internal::traits< SparseDiagonalProduct< Lhs, Rhs > >::_Lhs |
Definition at line 45 of file SparseDiagonalProduct.h.
| typedef remove_all<Rhs>::type internal::traits< SparseDiagonalProduct< Lhs, Rhs > >::_Rhs |
Definition at line 46 of file SparseDiagonalProduct.h.
| typedef promote_index_type<typename traits<Lhs>::Index, typename traits<Rhs>::Index>::type internal::traits< SparseDiagonalProduct< Lhs, Rhs > >::Index |
Definition at line 49 of file SparseDiagonalProduct.h.
| typedef _Lhs::Scalar internal::traits< SparseDiagonalProduct< Lhs, Rhs > >::Scalar |
Definition at line 47 of file SparseDiagonalProduct.h.
| typedef Sparse internal::traits< SparseDiagonalProduct< Lhs, Rhs > >::StorageKind |
Definition at line 50 of file SparseDiagonalProduct.h.
| typedef MatrixXpr internal::traits< SparseDiagonalProduct< Lhs, Rhs > >::XprKind |
Definition at line 51 of file SparseDiagonalProduct.h.
| anonymous enum |
| RowsAtCompileTime | |
| ColsAtCompileTime | |
| MaxRowsAtCompileTime | |
| MaxColsAtCompileTime | |
| SparseFlags | |
| Flags | |
| CoeffReadCost |
Definition at line 52 of file SparseDiagonalProduct.h.
| Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011 |