Searched refs:NonInteger (Results 1 – 8 of 8) sorted by relevance
68 >::type NonInteger; typedef84 typedef NonInteger FloatingPoint;130 typedef typename NumTraits<Scalar>::NonInteger NonIntegerScalar;131 typedef Array<NonIntegerScalar, Rows, Cols, Options, MaxRows, MaxCols> NonInteger;
499 typedef typename NumTraits<Scalar>::NonInteger NonInteger;503 return x + Scalar((NonInteger(y)-x+1) * std::rand() / (RAND_MAX + NonInteger(1)));
39 typedef typename ScalarTraits::NonInteger NonInteger; typedef267 inline NonInteger exteriorDistance(const MatrixBase<Derived>& p) const in exteriorDistance()268 { using std::sqrt; return sqrt(NonInteger(squaredExteriorDistance(p))); } in exteriorDistance()274 inline NonInteger exteriorDistance(const AlignedBox& b) const in exteriorDistance()275 { using std::sqrt; return sqrt(NonInteger(squaredExteriorDistance(b))); } in exteriorDistance()
85 typedef adtl::adouble NonInteger;
74 typedef mpfr::mpreal NonInteger;
154 typedef adtl::adouble NonInteger;
645 typedef ceres::Jet<T, N> NonInteger;
633 typedef AutoDiffScalar<DerType> NonInteger;