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< Lhs, Rhs >::LhsNested |
| typedef internal::conditional<TransposeRhs, SparseMatrix<Scalar,0>, const typename internal::nested<Rhs,Lhs::RowsAtCompileTime>::type>::type Eigen::SparseSparseProductReturnType< Lhs, Rhs >::RhsNested |
| typedef internal::traits<Lhs>::Scalar Eigen::SparseSparseProductReturnType< Lhs, Rhs >::Scalar |
| typedef SparseSparseProduct<LhsNested, RhsNested> Eigen::SparseSparseProductReturnType< Lhs, Rhs >::Type |
| Page generated by Doxygen 1.7.4 for MRPT 0.9.5 SVN:2717 at Sun Oct 16 16:08:03 PDT 2011 | Hosted on: |