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