Definition at line 186 of file TriangularMatrixVector.h.
#include <src/Core/products/TriangularMatrixVector.h>
Public Member Functions | |
TriangularProduct (const Lhs &lhs, const Rhs &rhs) | |
template<typename Dest > | |
void | scaleAndAddTo (Dest &dst, Scalar alpha) const |
TriangularProduct< Mode, false, Lhs, true, Rhs, false >::TriangularProduct | ( | const Lhs & | lhs, | |
const Rhs & | rhs | |||
) | [inline] |
Definition at line 191 of file TriangularMatrixVector.h.
void TriangularProduct< Mode, false, Lhs, true, Rhs, false >::scaleAndAddTo | ( | Dest & | dst, | |
Scalar | alpha | |||
) | const [inline] |
Reimplemented from ProductBase< TriangularProduct< Mode, false, Lhs, true, Rhs, false >, Lhs, Rhs >.
Definition at line 193 of file TriangularMatrixVector.h.
References ColMajor, CwiseUnaryOp< UnaryOp, XprType >::cols(), eigen_assert, Lower, RowMajor, RowMajorBit, CwiseUnaryOp< UnaryOp, XprType >::rows(), and Upper.
Page generated by Doxygen 1.7.1 for MRPT 0.9.4 SVN: at Mon Jan 10 23:33:19 UTC 2011 |