OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:coeffs5d
(Results
1 - 1
of
1
) sorted by null
/external/eigen/test/eigen2/
eigen2_regression.cpp
116
Hyperplane<double,4>
coeffs5d
;
local
117
makeNoisyCohyperplanarPoints(1000, points4d_ptrs, &
coeffs5d
, 0.01);
118
CALL_SUBTEST(check_fitHyperplane(10, points4d_ptrs,
coeffs5d
, 0.05));
119
CALL_SUBTEST(check_fitHyperplane(100, points4d_ptrs,
coeffs5d
, 0.01));
120
CALL_SUBTEST(check_fitHyperplane(1000, points4d_ptrs,
coeffs5d
, 0.002));
Completed in 61 milliseconds