Public Types

SparseSparseProductReturnType< Lhs, Rhs > Struct Template Reference

#include <SparseProduct.h>

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

template<typename Lhs, typename Rhs>
struct SparseSparseProductReturnType< Lhs, Rhs >


Member Typedef Documentation

template<typename Lhs, typename Rhs>
typedef internal::conditional<TransposeLhs, SparseMatrix<Scalar,0>, const typename internal::nested<Lhs,Rhs::RowsAtCompileTime>::type>::type SparseSparseProductReturnType< Lhs, Rhs >::LhsNested
template<typename Lhs, typename Rhs>
typedef internal::conditional<TransposeRhs, SparseMatrix<Scalar,0>, const typename internal::nested<Rhs,Lhs::RowsAtCompileTime>::type>::type SparseSparseProductReturnType< Lhs, Rhs >::RhsNested
template<typename Lhs, typename Rhs>
typedef internal::traits<Lhs>::Scalar SparseSparseProductReturnType< Lhs, Rhs >::Scalar
template<typename Lhs, typename Rhs>
typedef SparseSparseProduct<LhsNested, RhsNested> SparseSparseProductReturnType< Lhs, Rhs >::Type

Member Enumeration Documentation

template<typename Lhs, typename Rhs>
anonymous enum
Enumerator:
LhsRowMajor 
RhsRowMajor 
TransposeRhs 
TransposeLhs 

The documentation for this struct was generated from the following file: