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

  /external/eigen/Eigen/src/Core/
NumTraits.h 28 * \li A typedef \a NonInteger, giving the type that should be used for operations producing non-integral values,
68 >::type NonInteger;
84 typedef NonInteger FloatingPoint;
130 typedef typename NumTraits<Scalar>::NonInteger NonIntegerScalar;
131 typedef Array<NonIntegerScalar, Rows, Cols, Options, MaxRows, MaxCols> NonInteger;
MathFunctions.h 655 typedef typename NumTraits<Scalar>::NonInteger NonInteger;
659 return x + Scalar((NonInteger(y)-x+1) * std::rand() / (RAND_MAX + NonInteger(1)));
  /external/eigen/Eigen/src/Geometry/
AlignedBox.h 37 typedef typename ScalarTraits::NonInteger NonInteger;
250 inline NonInteger exteriorDistance(const MatrixBase<Derived>& p) const
251 { return internal::sqrt(NonInteger(squaredExteriorDistance(p))); }
257 inline NonInteger exteriorDistance(const AlignedBox& b) const
258 { return internal::sqrt(NonInteger(squaredExteriorDistance(b))); }
  /external/eigen/test/
product.h 27 typedef typename NumTraits<Scalar>::NonInteger NonInteger;
product_extra.cpp 16 typedef typename NumTraits<Scalar>::NonInteger NonInteger;
  /external/ceres-solver/include/ceres/
jet.h 728 typedef ceres::Jet<T, N> NonInteger;
  /external/eigen/unsupported/Eigen/src/AutoDiff/
AutoDiffScalar.h 623 typedef AutoDiffScalar<DerType> NonInteger;

Completed in 1122 milliseconds