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

  /external/eigen/Eigen/src/Core/products/
TriangularMatrixVector.h 238 bool alphaIsCompatible = (!ComplexByReal) || (imag(actualAlpha)==RealScalar(0));
239 bool evalToDest = EvalToDestAtCompileTime && alphaIsCompatible;
252 if(!alphaIsCompatible)
273 if(!alphaIsCompatible)
  /external/eigen/Eigen/src/Core/
GeneralProduct.h 416 bool alphaIsCompatible = (!ComplexByReal) || (imag(actualAlpha)==RealScalar(0));
417 bool evalToDest = EvalToDestAtCompileTime && alphaIsCompatible;
430 if(!alphaIsCompatible)
449 if(!alphaIsCompatible)

Completed in 603 milliseconds