Go to the source code of this file.
Classes |
| struct | DenseSparseProductReturnType< Lhs, Rhs, InnerSize > |
| struct | DenseSparseProductReturnType< Lhs, Rhs, 1 > |
| class | DenseTimeSparseProduct< Lhs, Rhs > |
| class | SparseDenseOuterProduct< Lhs, Rhs, Tr > |
| struct | SparseDenseProductReturnType< Lhs, Rhs, InnerSize > |
| struct | SparseDenseProductReturnType< Lhs, Rhs, 1 > |
| class | SparseTimeDenseProduct< Lhs, Rhs > |
Namespaces |
| namespace | Eigen |
| | Namespace containing all symbols from the Eigen library.
|
| namespace | Eigen::internal |
Functions |
| template<typename SparseLhsType , typename DenseRhsType , typename DenseResType , typename AlphaType > |
| void | sparse_time_dense_product (const SparseLhsType &lhs, const DenseRhsType &rhs, DenseResType &res, const AlphaType &alpha) |