Searched refs:relerr (Results 1 – 5 of 5) sorted by relevance
/external/eigen/unsupported/test/ |
D | matrix_exponential.cpp | 39 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()
|
D | matrix_power.cpp | 55 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()
|
D | matrix_functions.h | 44 double relerr(const MatrixBase<Derived>& A, const MatrixBase<OtherDerived>& B)
|
/external/eigen/Eigen/src/Core/ |
D | StableNorm.h | 58 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/ |
D | bench_norm.cpp | 96 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()
|