Shapeworks Studio  2.1
Shape analysis software suite
List of all members | Public Types
Eigen::SparseSparseProductReturnType< Lhs, Rhs > Struct Template Reference

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 >, typename internal::nested< Lhs, Rhs::RowsAtCompileTime >::type >::type LhsNested
 
typedef internal::conditional< TransposeRhs, SparseMatrix< Scalar, 0 >, typename internal::nested< Rhs, Lhs::RowsAtCompileTime >::type >::type RhsNested
 
typedef SparseSparseProduct< LhsNested, RhsNestedType
 

Detailed Description

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

Definition at line 16 of file SparseProduct.h.


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