|
enum | { Flags = NeedToTranspose ? RowMajorBit : 0
, CoeffReadCost = HugeCost
} |
|
|
typedef conditional< NeedToTranspose, RhsT, LhsT >::type | Lhs1 |
|
typedef conditional< NeedToTranspose, LhsT, RhsT >::type | ActualRhs |
|
typedef Product< LhsT, RhsT, DefaultProduct > | ProdXprType |
|
typedef conditional< is_same< typenameinternal::traits< Lhs1 >::StorageKind, Sparse >::value, Lhs1, SparseView< Lhs1 > >::type | ActualLhs |
|
typedef conditional< is_same< typenameinternal::traits< Lhs1 >::StorageKind, Sparse >::value, Lhs1const &, SparseView< Lhs1 > >::type | LhsArg |
|
typedef evaluator< ActualLhs > | LhsEval |
|
typedef evaluator< ActualRhs > | RhsEval |
|
typedef evaluator< ActualLhs >::InnerIterator | LhsIterator |
|
typedef ProdXprType::Scalar | Scalar |
|
The documentation for this struct was generated from the following file: