#include <SparseSelfAdjointView.h>
Public Member Functions | |
SparseSelfAdjointTimeDenseProduct (const Lhs &lhs, const Rhs &rhs) | |
template<typename Dest > | |
void | scaleAndAddTo (Dest &dest, Scalar alpha) const |
SparseSelfAdjointTimeDenseProduct< Lhs, Rhs, UpLo >::SparseSelfAdjointTimeDenseProduct | ( | const Lhs & | lhs, | |
const Rhs & | rhs | |||
) | [inline] |
void SparseSelfAdjointTimeDenseProduct< Lhs, Rhs, UpLo >::scaleAndAddTo | ( | Dest & | dest, | |
Scalar | alpha | |||
) | const [inline] |
Reimplemented from ProductBase< SparseSelfAdjointTimeDenseProduct< Lhs, Rhs, UpLo >, Lhs, Rhs >.