#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 199 of file SparseDenseProduct.h.
DenseTimeSparseProduct< Lhs, Rhs >::DenseTimeSparseProduct | ( | const Lhs & | lhs, |
const Rhs & | rhs | ||
) | [inline] |
Definition at line 205 of file SparseDenseProduct.h.
DenseTimeSparseProduct& DenseTimeSparseProduct< Lhs, Rhs >::operator= | ( | const DenseTimeSparseProduct< Lhs, Rhs > & | ) | [private] |
void DenseTimeSparseProduct< Lhs, Rhs >::scaleAndAddTo | ( | Dest & | dest, |
Scalar | alpha | ||
) | const [inline] |
Reimplemented from ProductBase< DenseTimeSparseProduct< Lhs, Rhs >, Lhs, Rhs >.
Definition at line 208 of file SparseDenseProduct.h.