#include <SparseSelfAdjointView.h>
Public Member Functions | |
template<typename Dest > | |
void | scaleAndAddTo (Dest &dest, Scalar alpha) const |
SparseSelfAdjointTimeDenseProduct (const Lhs &lhs, const Rhs &rhs) | |
Private Member Functions | |
SparseSelfAdjointTimeDenseProduct & | operator= (const SparseSelfAdjointTimeDenseProduct &) |
Definition at line 206 of file SparseSelfAdjointView.h.
SparseSelfAdjointTimeDenseProduct< Lhs, Rhs, UpLo >::SparseSelfAdjointTimeDenseProduct | ( | const Lhs & | lhs, |
const Rhs & | rhs | ||
) | [inline] |
Definition at line 212 of file SparseSelfAdjointView.h.
SparseSelfAdjointTimeDenseProduct& SparseSelfAdjointTimeDenseProduct< Lhs, Rhs, UpLo >::operator= | ( | const SparseSelfAdjointTimeDenseProduct< Lhs, Rhs, UpLo > & | ) | [private] |
void SparseSelfAdjointTimeDenseProduct< Lhs, Rhs, UpLo >::scaleAndAddTo | ( | Dest & | dest, |
Scalar | alpha | ||
) | const [inline] |
Reimplemented from ProductBase< SparseSelfAdjointTimeDenseProduct< Lhs, Rhs, UpLo >, Lhs, Rhs >.
Definition at line 215 of file SparseSelfAdjointView.h.