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

  /external/eigen/Eigen/src/Core/products/
TriangularMatrixVector.h 242 ComplexByReal = (NumTraits<LhsScalar>::IsComplex) && (!NumTraits<RhsScalar>::IsComplex),
243 MightCannotUseDest = (Dest::InnerStrideAtCompileTime!=1) || ComplexByReal
248 bool alphaIsCompatible = (!ComplexByReal) || (numext::imag(actualAlpha)==RealScalar(0));
  /external/eigen/Eigen/src/Core/
GeneralProduct.h 432 ComplexByReal = (NumTraits<LhsScalar>::IsComplex) && (!NumTraits<RhsScalar>::IsComplex),
433 MightCannotUseDest = (Dest::InnerStrideAtCompileTime!=1) || ComplexByReal
438 bool alphaIsCompatible = (!ComplexByReal) || (numext::imag(actualAlpha)==RealScalar(0));

Completed in 58 milliseconds