HomeSort by relevance Sort by last modified time
    Searched refs:NonInteger (Results 1 - 5 of 5) 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 499 typedef typename NumTraits<Scalar>::NonInteger NonInteger;
503 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 { using std::sqrt; return sqrt(NonInteger(squaredExteriorDistance(p))); }
257 inline NonInteger exteriorDistance(const AlignedBox& b) const
258 { using std::sqrt; return sqrt(NonInteger(squaredExteriorDistance(b))); }
  /external/ceres-solver/include/ceres/
jet.h 645 typedef ceres::Jet<T, N> NonInteger;
  /external/eigen/unsupported/Eigen/src/AutoDiff/
AutoDiffScalar.h 633 typedef AutoDiffScalar<DerType> NonInteger;

Completed in 207 milliseconds