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