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