Definition at line 368 of file TriangularMatrixMatrix.h.
#include <src/Core/products/TriangularMatrixMatrix.h>
Public Member Functions | |
TriangularProduct (const Lhs &lhs, const Rhs &rhs) | |
template<typename Dest > | |
void | scaleAndAddTo (Dest &dst, Scalar alpha) const |
TriangularProduct< Mode, LhsIsTriangular, Lhs, false, Rhs, false >::TriangularProduct | ( | const Lhs & | lhs, |
const Rhs & | rhs | ||
) | [inline] |
Definition at line 373 of file TriangularMatrixMatrix.h.
void TriangularProduct< Mode, LhsIsTriangular, Lhs, false, Rhs, false >::scaleAndAddTo | ( | Dest & | dst, |
Scalar | alpha | ||
) | const [inline] |
Reimplemented from ProductBase< TriangularProduct< Mode, LhsIsTriangular, Lhs, false, Rhs, false >, Lhs, Rhs >.
Definition at line 375 of file TriangularMatrixMatrix.h.
References ColMajor, CwiseUnaryOp< UnaryOp, XprType >::cols(), RowMajor, RowMajorBit, and CwiseUnaryOp< UnaryOp, XprType >::rows().
Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN: at Sat Mar 26 06:40:17 UTC 2011 |