Searched refs:NonInteger (Results 1 – 7 of 7) sorted by relevance
39 typedef typename ScalarTraits::NonInteger NonInteger; typedef267 EIGEN_DEVICE_FUNC inline NonInteger exteriorDistance(const MatrixBase<Derived>& p) const in exteriorDistance()268 { EIGEN_USING_STD_MATH(sqrt) return sqrt(NonInteger(squaredExteriorDistance(p))); } in exteriorDistance()274 EIGEN_DEVICE_FUNC inline NonInteger exteriorDistance(const AlignedBox& b) const in exteriorDistance()275 { EIGEN_USING_STD_MATH(sqrt) return sqrt(NonInteger(squaredExteriorDistance(b))); } in exteriorDistance()
105 >::type NonInteger;199 typedef typename NumTraits<Scalar>::NonInteger NonIntegerScalar;200 typedef Array<NonIntegerScalar, Rows, Cols, Options, MaxRows, MaxCols> NonInteger;
33 typedef adtl::adouble NonInteger;73 typedef mpq_class NonInteger;
389 typename NumTraits<typename T1::RealScalar>::NonInteger test_relative_error(const EigenBase<T1> &a,… in test_relative_error()392 typedef typename NumTraits<typename T1::RealScalar>::NonInteger RealScalar; in test_relative_error()450 typename NumTraits<typename NumTraits<T1>::Real>::NonInteger test_relative_error(const T1 &a, const…452 typedef typename NumTraits<typename NumTraits<T1>::Real>::NonInteger RealScalar;
85 typedef adtl::adouble NonInteger;
76 typedef mpfr::mpreal NonInteger;
676 typedef AutoDiffScalar<DerType> NonInteger;