Definition at line 392 of file SelfadjointMatrixMatrix.h.
#include <src/Core/products/SelfadjointMatrixMatrix.h>
Public Types | |
enum | { LhsIsUpper = (LhsMode&(Upper|Lower))==Upper, LhsIsSelfAdjoint = (LhsMode&SelfAdjoint)==SelfAdjoint, RhsIsUpper = (RhsMode&(Upper|Lower))==Upper, RhsIsSelfAdjoint = (RhsMode&SelfAdjoint)==SelfAdjoint } |
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 399 of file SelfadjointMatrixMatrix.h.
SelfadjointProductMatrix< Lhs, LhsMode, false, Rhs, RhsMode, false >::SelfadjointProductMatrix | ( | const Lhs & | lhs, |
const Rhs & | rhs | ||
) | [inline] |
Definition at line 397 of file SelfadjointMatrixMatrix.h.
void SelfadjointProductMatrix< Lhs, LhsMode, false, Rhs, RhsMode, false >::scaleAndAddTo | ( | Dest & | dst, |
Scalar | alpha | ||
) | const [inline] |
Reimplemented from ProductBase< SelfadjointProductMatrix< Lhs, LhsMode, false, Rhs, RhsMode, false >, Lhs, Rhs >.
Definition at line 406 of file SelfadjointMatrixMatrix.h.
References ColMajor, eigen_assert, EIGEN_LOGICAL_XOR, RowMajor, and RowMajorBit.
Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN: at Sat Mar 26 06:16:28 UTC 2011 |