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