#include <SparseDenseProduct.h>
|
| 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 |
| |
◆ ActualLhs
◆ ActualRhs
◆ Lhs1
◆ LhsArg
◆ LhsEval
◆ LhsIterator
◆ ProdXprType
◆ RhsEval
◆ Scalar
◆ anonymous enum
| Enumerator |
|---|
| Flags | |
| CoeffReadCost | |
◆ sparse_dense_outer_product_evaluator() [1/2]
◆ sparse_dense_outer_product_evaluator() [2/2]
◆ m_lhs
◆ m_lhsXprImpl
◆ m_rhsXprImpl
The documentation for this struct was generated from the following file: