OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:converted_coeffs
(Results
1 - 2
of
2
) sorted by null
/external/eigen/test/eigen2/
eigen2_hyperplane.cpp
110
CoeffsType
converted_coeffs
(HLine(pl).coeffs());
111
converted_coeffs
*= line_u.coeffs()(0)/
converted_coeffs
(0);
112
VERIFY(line_u.coeffs().isApprox(
converted_coeffs
));
/external/eigen/test/
geo_hyperplane.cpp
111
CoeffsType
converted_coeffs
= HLine(pl).coeffs();
local
112
converted_coeffs
*= (line_u.coeffs()[0])/(
converted_coeffs
[0]);
113
VERIFY(line_u.coeffs().isApprox(
converted_coeffs
));
Completed in 41 milliseconds