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 248 bool alphaIsCompatible = (!ComplexByReal) || (numext::imag(actualAlpha)==RealScalar(0));
249 bool evalToDest = EvalToDestAtCompileTime && alphaIsCompatible;
262 if(!alphaIsCompatible)
283 if(!alphaIsCompatible)
  /external/eigen/Eigen/src/Core/
GeneralProduct.h 438 bool alphaIsCompatible = (!ComplexByReal) || (numext::imag(actualAlpha)==RealScalar(0));
439 bool evalToDest = EvalToDestAtCompileTime && alphaIsCompatible;
452 if(!alphaIsCompatible)
471 if(!alphaIsCompatible)

Completed in 53 milliseconds