Searched refs:assignProduct (Results 1 – 3 of 3) sorted by relevance
/external/eigen/Eigen/src/Core/ |
D | TriangularMatrix.h | 383 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…
|
D | PermutationMatrix.h | 221 void assignProduct(const Lhs& lhs, const Rhs& rhs) in assignProduct() function 376 Base::assignProduct(lhs,rhs);
|
/external/eigen/Eigen/src/Core/products/ |
D | GeneralMatrixMatrixTriangular.h | 269 TriangularView<MatrixType,UpLo>& TriangularView<MatrixType,UpLo>::assignProduct(const ProductBase<P…
|