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.cpp28 std::cout << "test2dRotation: i = " << i << " error powerm = " << relerr(C,B) << '\n'; in test2dRotation()
50 … std::cout << "test2dHyperbolicRotation: i = " << i << " error powerm = " << relerr(C,B) << '\n'; in test2dHyperbolicRotation()
Dmatrix_functions.h64 typename Derived::RealScalar relerr(const MatrixBase<Derived>& A, const MatrixBase<OtherDerived>& B)
/external/eigen/Eigen/src/Core/
DStableNorm.h63 static RealScalar b1, b2, s1m, s2m, rbig, relerr; in blueNorm_impl() local
93 relerr = sqrt(eps); // tolerance for neglecting asml in blueNorm_impl()
137 if(asml <= abig*relerr) in blueNorm_impl()
/external/eigen/bench/
Dbench_norm.cpp106 static Scalar b1, b2, s1m, s2m, overfl, rbig, relerr; in pblueNorm()
139 relerr = std::sqrt(eps); // tolerance for neglecting asml in pblueNorm()
218 if(asml <= abig*relerr) in pblueNorm()