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