#include <SparseDenseProduct.h>

Public Types | |
| typedef sparse_dense_outer_product_evaluator< Lhs, Rhs, Lhs::IsRowMajor > | Base |
| typedef XprType::PlainObject | PlainObject |
| typedef Product< Lhs, Rhs > | XprType |
Public Types inherited from Eigen::internal::sparse_dense_outer_product_evaluator< Lhs, Rhs, Lhs::IsRowMajor > | |
| enum | |
Public Member Functions | |
| product_evaluator (const XprType &xpr) | |
Public Member Functions inherited from Eigen::internal::sparse_dense_outer_product_evaluator< Lhs, Rhs, Lhs::IsRowMajor > | |
| sparse_dense_outer_product_evaluator (const Lhs1 &lhs, const ActualRhs &rhs) | |
| sparse_dense_outer_product_evaluator (const ActualRhs &rhs, const Lhs1 &lhs) | |
Additional Inherited Members | |
Protected Types inherited from Eigen::internal::sparse_dense_outer_product_evaluator< Lhs, Rhs, Lhs::IsRowMajor > | |
| typedef conditional< is_same< typename internal::traits< Lhs1 >::StorageKind, Sparse >::value, Lhs1, SparseView< Lhs1 > >::type | ActualLhs |
| typedef conditional< NeedToTranspose, Lhs, Rhs >::type | ActualRhs |
| typedef conditional< NeedToTranspose, Rhs, Lhs >::type | Lhs1 |
| typedef conditional< is_same< typename internal::traits< Lhs1 >::StorageKind, Sparse >::value, Lhs1 const &, SparseView< Lhs1 > >::type | LhsArg |
| typedef evaluator< ActualLhs > | LhsEval |
| typedef evaluator< ActualLhs >::InnerIterator | LhsIterator |
| typedef Product< Lhs, Rhs, DefaultProduct > | ProdXprType |
| typedef evaluator< ActualRhs > | RhsEval |
| typedef ProdXprType::Scalar | Scalar |
Protected Attributes inherited from Eigen::internal::sparse_dense_outer_product_evaluator< Lhs, Rhs, Lhs::IsRowMajor > | |
| const LhsArg | m_lhs |
| evaluator< ActualLhs > | m_lhsXprImpl |
| evaluator< ActualRhs > | m_rhsXprImpl |
Definition at line 287 of file SparseDenseProduct.h.
| typedef sparse_dense_outer_product_evaluator<Lhs,Rhs, Lhs::IsRowMajor> Eigen::internal::product_evaluator< Product< Lhs, Rhs, DefaultProduct >, OuterProduct, SparseShape, DenseShape >::Base |
Definition at line 290 of file SparseDenseProduct.h.
| typedef XprType::PlainObject Eigen::internal::product_evaluator< Product< Lhs, Rhs, DefaultProduct >, OuterProduct, SparseShape, DenseShape >::PlainObject |
Definition at line 293 of file SparseDenseProduct.h.
| typedef Product<Lhs, Rhs> Eigen::internal::product_evaluator< Product< Lhs, Rhs, DefaultProduct >, OuterProduct, SparseShape, DenseShape >::XprType |
Definition at line 292 of file SparseDenseProduct.h.
|
inlineexplicit |
Definition at line 295 of file SparseDenseProduct.h.