Searched refs:assignProduct (Results 1 - 3 of 3) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DTriangularMatrix.h383 return assignProduct(other,1);
389 return assignProduct(other,1);
395 return assignProduct(other,-1);
403 return assignProduct(other,other.alpha());
409 return assignProduct(other,other.alpha());
415 return assignProduct(other,-other.alpha());
421 EIGEN_STRONG_INLINE TriangularView& assignProduct(const ProductBase<ProductDerived, Lhs,Rhs>& prod, const Scalar& alpha);
H A DPermutationMatrix.h221 void assignProduct(const Lhs& lhs, const Rhs& rhs) function in class:Eigen::PermutationBase
376 Base::assignProduct(lhs,rhs);
/external/eigen/Eigen/src/Core/products/
H A DGeneralMatrixMatrixTriangular.h269 TriangularView<MatrixType,UpLo>& TriangularView<MatrixType,UpLo>::assignProduct(const ProductBase<ProductDerived, _Lhs,_Rhs>& prod, const Scalar& alpha) function in class:Eigen::TriangularView

Completed in 581 milliseconds