HomeSort by relevance Sort by last modified time
    Searched defs:IsComplex (Results 1 - 14 of 14) sorted by null

  /external/eigen/Eigen/src/Core/
NumTraits.h 68 * \li An enum value \a IsComplex. It is equal to 1 if \a T is a \c std::complex
93 IsComplex = 0,
178 IsComplex = 1,
205 IsComplex = NumTraits<Scalar>::IsComplex,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/classes/
Complex.py 15 # IsComplex(z) -> true iff z is a complex number (== has .re and .im attributes)
16 # ToComplex(z) -> a complex number equal to z; z itself if IsComplex(z) is true
71 def IsComplex(obj):
75 if IsComplex(obj):
87 if IsComplex(obj):
92 if IsComplex(obj):
101 if IsComplex(re):
106 if IsComplex(im):
213 if IsComplex(n):
  /external/eigen/blas/
common.h 90 IsComplex = Eigen::NumTraits<SCALAR>::IsComplex,
91 Conj = IsComplex
  /external/eigen/unsupported/test/
matrix_power.cpp 106 const int IsComplex = NumTraits<typename internal::traits<MatrixType>::Scalar>::IsComplex;
107 typedef typename internal::conditional<IsComplex, TriangularView<MatrixType,Upper>, const MatrixType&>::type TriangularType;
108 typename internal::conditional< IsComplex, ComplexSchur<MatrixType>, RealSchur<MatrixType> >::type schur;
  /external/eigen/Eigen/src/Core/util/
BlasUtil.h 275 IsComplex = NumTraits<Scalar>::IsComplex,
301 IsComplex = NumTraits<Scalar>::IsComplex,
302 NeedToConjugate = Base::NeedToConjugate ? 0 : IsComplex
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
type.go 19 IsComplex() bool
63 func (t *CompilerType) IsComplex() bool { return false }
96 func (t *TupleType) IsComplex() bool { return false }
type_test.go 33 func (t *TypeImpl) IsComplex() bool { return t.Complex }
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
type.go 19 IsComplex() bool
63 func (t *CompilerType) IsComplex() bool { return false }
96 func (t *TupleType) IsComplex() bool { return false }
type_test.go 33 func (t *TypeImpl) IsComplex() bool { return t.Complex }
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorIndexList.h 71 IsComplex = 0,
  /prebuilts/go/darwin-x86/src/go/types/
type.go 68 IsComplex
73 IsNumeric = IsInteger | IsFloat | IsComplex
  /prebuilts/go/linux-x86/src/go/types/
type.go 68 IsComplex
73 IsNumeric = IsInteger | IsFloat | IsComplex
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
type.go 1124 func (t *Type) IsComplex() bool {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
type.go 1124 func (t *Type) IsComplex() bool {

Completed in 767 milliseconds