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,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…
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.h185 TriangularView<MatrixType,UpLo>& TriangularView<MatrixType,UpLo>::assignProduct(const ProductBase<P…