Main MRPT website > C++ reference
MRPT logo
Public Types
Eigen::SparseSparseProductReturnType Struct Reference

List of all members.

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

Member Typedef Documentation

typedef internal::conditional<TransposeLhs, SparseMatrix<Scalar,0>, const typename internal::nested<Lhs,Rhs::RowsAtCompileTime>::type>::type Eigen::SparseSparseProductReturnType::LhsNested

Definition at line 42 of file Sparse.

typedef internal::conditional<TransposeRhs, SparseMatrix<Scalar,0>, const typename internal::nested<Rhs,Lhs::RowsAtCompileTime>::type>::type Eigen::SparseSparseProductReturnType::RhsNested

Definition at line 46 of file Sparse.

typedef internal::traits<Lhs>::Scalar Eigen::SparseSparseProductReturnType::Scalar

Definition at line 32 of file Sparse.

Definition at line 48 of file Sparse.


Member Enumeration Documentation

anonymous enum
Enumerator:
LhsRowMajor 
RhsRowMajor 
TransposeRhs 
TransposeLhs 

Definition at line 33 of file Sparse.




Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011