Home
last modified time | relevance | path

Searched refs:relerr (Results 1 – 5 of 5) sorted by relevance

/external/eigen/unsupported/test/
Dmatrix_exponential.cpp39 std::cout << "test2dRotation: i = " << i << " error funm = " << relerr(C, B); in test2dRotation()
43 std::cout << " error expm = " << relerr(C, B) << "\n"; in test2dRotation()
64 std::cout << "test2dHyperbolicRotation: i = " << i << " error funm = " << relerr(C, B); in test2dHyperbolicRotation()
68 std::cout << " error expm = " << relerr(C, B) << "\n"; in test2dHyperbolicRotation()
88 std::cout << "testPascal: size = " << size << " error funm = " << relerr(C, B); in testPascal()
92 std::cout << " error expm = " << relerr(C, B) << "\n"; in testPascal()
113 std::cout << "randomTest: error funm = " << relerr(identity, m2); in randomTest()
117 std::cout << " error expm = " << relerr(identity, m2) << "\n"; in randomTest()
Dmatrix_power.cpp55 std::cout << "test2dRotation: i = " << i << " error powerm = " << relerr(C,B) << '\n'; in test2dRotation()
77 … std::cout << "test2dHyperbolicRotation: i = " << i << " error powerm = " << relerr(C,B) << '\n'; in test2dHyperbolicRotation()
Dmatrix_functions.h44 double relerr(const MatrixBase<Derived>& A, const MatrixBase<OtherDerived>& B)
/external/eigen/Eigen/src/Core/
DStableNorm.h58 static RealScalar b1, b2, s1m, s2m, overfl, rbig, relerr; in blueNorm_impl() local
89 relerr = sqrt(eps); // tolerance for neglecting asml in blueNorm_impl()
133 if(asml <= abig*relerr) in blueNorm_impl()
/external/eigen/bench/
Dbench_norm.cpp96 static Scalar b1, b2, s1m, s2m, overfl, rbig, relerr; in pblueNorm()
129 relerr = internal::sqrt(eps); // tolerance for neglecting asml in pblueNorm()
208 if(asml <= abig*relerr) in pblueNorm()