HomeSort by relevance Sort by last modified time
    Searched refs:assignProduct (Results 1 - 3 of 3) sorted by null

  /external/eigen/Eigen/src/Core/
TriangularMatrix.h 383 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);
PermutationMatrix.h 221 void assignProduct(const Lhs& lhs, const Rhs& rhs)
376 Base::assignProduct(lhs,rhs);
  /external/eigen/Eigen/src/Core/products/
GeneralMatrixMatrixTriangular.h 269 TriangularView<MatrixType,UpLo>& TriangularView<MatrixType,UpLo>::assignProduct(const ProductBase<ProductDerived, _Lhs,_Rhs>& prod, const Scalar& alpha)

Completed in 202 milliseconds