Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/Core/
DTriangularMatrix.h383 return assignProduct(other.derived(),1);
389 return assignProduct(other.derived(),1);
395 return assignProduct(other.derived(),-1);
403 return assignProduct(other.derived(),other.alpha());
409 return assignProduct(other.derived(),other.alpha());
415 return assignProduct(other.derived(),-other.alpha());
421 …EIGEN_STRONG_INLINE TriangularView& assignProduct(const ProductBase<ProductDerived, Lhs,Rhs>& prod…
426 …EIGEN_STRONG_INLINE TriangularView& assignProduct(const TriangularProduct<Mode, LhsIsTriangular, L…
DPermutationMatrix.h221 void assignProduct(const Lhs& lhs, const Rhs& rhs) in assignProduct() function
376 Base::assignProduct(lhs,rhs);
/external/eigen/Eigen/src/Core/products/
DGeneralMatrixMatrixTriangular.h269 TriangularView<MatrixType,UpLo>& TriangularView<MatrixType,UpLo>::assignProduct(const ProductBase<P…