OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ei_isMuchSmallerThan
(Results
1 - 4
of
4
) sorted by null
/external/eigen/test/eigen2/
main.h
162
{ return
ei_isMuchSmallerThan
(a, b, test_precision<int>()); }
169
{ return
ei_isMuchSmallerThan
(a, b, test_precision<float>()); }
176
{ return
ei_isMuchSmallerThan
(a, b, test_precision<double>()); }
183
{ return
ei_isMuchSmallerThan
(a, b, test_precision<std::complex<float> >()); }
188
{ return
ei_isMuchSmallerThan
(a, b, test_precision<std::complex<double> >()); }
193
{ return
ei_isMuchSmallerThan
(a, b, test_precision<long double>()); }
/external/eigen/Eigen/src/Eigen2Support/
MathFunctions.h
35
inline bool
ei_isMuchSmallerThan
(const Scalar& x, const OtherScalar& y,
SVD.h
525
if (
ei_isMuchSmallerThan
(ei_abs(si),maxVal))
/external/eigen/Eigen/src/Eigen2Support/Geometry/
Hyperplane.h
174
if(
ei_isMuchSmallerThan
(det, Scalar(1)))
Completed in 125 milliseconds