#include <SparseDenseProduct.h>

Public Member Functions | |
| DenseTimeSparseProduct (const Lhs &lhs, const Rhs &rhs) | |
| template<typename Dest > | |
| void | scaleAndAddTo (Dest &dest, const Scalar &alpha) const |
Private Member Functions | |
| DenseTimeSparseProduct & | operator= (const DenseTimeSparseProduct &) |
Definition at line 269 of file SparseDenseProduct.h.
| Eigen::DenseTimeSparseProduct< Lhs, Rhs >::DenseTimeSparseProduct | ( | const Lhs & | lhs, |
| const Rhs & | rhs | ||
| ) | [inline] |
Definition at line 275 of file SparseDenseProduct.h.
| DenseTimeSparseProduct& Eigen::DenseTimeSparseProduct< Lhs, Rhs >::operator= | ( | const DenseTimeSparseProduct< Lhs, Rhs > & | ) | [private] |
| void Eigen::DenseTimeSparseProduct< Lhs, Rhs >::scaleAndAddTo | ( | Dest & | dest, |
| const Scalar & | alpha | ||
| ) | const [inline] |
Reimplemented from Eigen::ProductBase< DenseTimeSparseProduct< Lhs, Rhs >, Lhs, Rhs >.
Definition at line 278 of file SparseDenseProduct.h.