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 232 ComplexByReal = (NumTraits<LhsScalar>::IsComplex) && (!NumTraits<RhsScalar>::IsComplex),
233 MightCannotUseDest = (Dest::InnerStrideAtCompileTime!=1) || ComplexByReal
238 bool alphaIsCompatible = (!ComplexByReal) || (imag(actualAlpha)==RealScalar(0));
  /external/eigen/Eigen/src/Core/
GeneralProduct.h 410 ComplexByReal = (NumTraits<LhsScalar>::IsComplex) && (!NumTraits<RhsScalar>::IsComplex),
411 MightCannotUseDest = (Dest::InnerStrideAtCompileTime!=1) || ComplexByReal
416 bool alphaIsCompatible = (!ComplexByReal) || (imag(actualAlpha)==RealScalar(0));

Completed in 538 milliseconds