Definition at line 222 of file SelfadjointMatrixVector.h.
#include <src/Core/products/SelfadjointMatrixVector.h>
Public Types | |
enum | { RhsUpLo = RhsMode&(Upper|Lower) } |
Public Member Functions | |
SelfadjointProductMatrix (const Lhs &lhs, const Rhs &rhs) | |
template<typename Dest > | |
void | scaleAndAddTo (Dest &dst, Scalar alpha) const |
anonymous enum |
Definition at line 227 of file SelfadjointMatrixVector.h.
SelfadjointProductMatrix< Lhs, 0, true, Rhs, RhsMode, false >::SelfadjointProductMatrix | ( | const Lhs & | lhs, |
const Rhs & | rhs | ||
) | [inline] |
Definition at line 231 of file SelfadjointMatrixVector.h.
void SelfadjointProductMatrix< Lhs, 0, true, Rhs, RhsMode, false >::scaleAndAddTo | ( | Dest & | dst, |
Scalar | alpha | ||
) | const [inline] |
Reimplemented from ProductBase< SelfadjointProductMatrix< Lhs, 0, true, Rhs, RhsMode, false >, Lhs, Rhs >.
Definition at line 233 of file SelfadjointMatrixVector.h.
References ColMajor, eigen_assert, Lower, RowMajor, RowMajorBit, and Upper.
Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011 |