|
enum | { Flags = NeedToTranspose ? RowMajorBit : 0,
CoeffReadCost = HugeCost
} |
|
|
| sparse_dense_outer_product_evaluator (const Lhs1 &lhs, const ActualRhs &rhs) |
|
| sparse_dense_outer_product_evaluator (const ActualRhs &rhs, const Lhs1 &lhs) |
|
|
typedef conditional< NeedToTranspose, RhsT, LhsT >::type | Lhs1 |
|
typedef conditional< NeedToTranspose, LhsT, RhsT >::type | ActualRhs |
|
typedef Product< LhsT, RhsT, DefaultProduct > | ProdXprType |
|
typedef conditional< is_same< typename internal::traits< Lhs1 >::StorageKind, Sparse >::value, Lhs1, SparseView< Lhs1 > >::type | ActualLhs |
|
typedef conditional< is_same< typename internal::traits< Lhs1 >::StorageKind, Sparse >::value, Lhs1 const &, 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: