Public Types | |
| enum | { LhsRowMajor = internal::traits<Lhs>::Flags & RowMajorBit, RhsRowMajor = internal::traits<Rhs>::Flags & RowMajorBit, TransposeRhs = (!LhsRowMajor) && RhsRowMajor, TransposeLhs = LhsRowMajor && (!RhsRowMajor) } |
| typedef internal::traits< Lhs > ::Scalar | Scalar |
| typedef internal::conditional < TransposeLhs, SparseMatrix < Scalar, 0 >, const typename internal::nested< Lhs, Rhs::RowsAtCompileTime >::type > ::type | LhsNested |
| typedef internal::conditional < TransposeRhs, SparseMatrix < Scalar, 0 >, const typename internal::nested< Rhs, Lhs::RowsAtCompileTime >::type > ::type | RhsNested |
| typedef SparseSparseProduct < LhsNested, RhsNested > | Type |
| typedef internal::conditional<TransposeLhs, SparseMatrix<Scalar,0>, const typename internal::nested<Lhs,Rhs::RowsAtCompileTime>::type>::type Eigen::SparseSparseProductReturnType::LhsNested |
| typedef internal::conditional<TransposeRhs, SparseMatrix<Scalar,0>, const typename internal::nested<Rhs,Lhs::RowsAtCompileTime>::type>::type Eigen::SparseSparseProductReturnType::RhsNested |
| typedef internal::traits<Lhs>::Scalar Eigen::SparseSparseProductReturnType::Scalar |
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |