OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:epsmch
(Results
1 - 2
of
2
) sorted by null
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/
dogleg.h
25
const Scalar
epsmch
= NumTraits<Scalar>::epsilon();
local
36
temp =
epsmch
* qrfac.col(j).head(j+1).maxCoeff();
38
temp =
epsmch
;
fdjac1.h
28
const Scalar
epsmch
= NumTraits<Scalar>::epsilon();
local
34
eps = sqrt((std::max)(epsfcn,
epsmch
));
Completed in 2212 milliseconds