#include <SparseDenseProduct.h>

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