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

  /external/eigen/Eigen/src/Geometry/
AlignedBox.h 39 typedef typename ScalarTraits::NonInteger NonInteger;
267 inline NonInteger exteriorDistance(const MatrixBase<Derived>& p) const
268 { using std::sqrt; return sqrt(NonInteger(squaredExteriorDistance(p))); }
274 inline NonInteger exteriorDistance(const AlignedBox& b) const
275 { using std::sqrt; return sqrt(NonInteger(squaredExteriorDistance(b))); }
  /external/eigen/unsupported/Eigen/src/AutoDiff/
AutoDiffScalar.h 633 typedef AutoDiffScalar<DerType> NonInteger;
  /external/ceres-solver/include/ceres/
jet.h 645 typedef ceres::Jet<T, N> NonInteger;
  /external/eigen/Eigen/src/Core/
MathFunctions.h 499 typedef typename NumTraits<Scalar>::NonInteger NonInteger;
503 return x + Scalar((NonInteger(y)-x+1) * std::rand() / (RAND_MAX + NonInteger(1)));

Completed in 442 milliseconds