Lines Matching refs:tol
34 void test2dRotation(double tol) in test2dRotation() argument
47 VERIFY(C.isApprox(B, static_cast<T>(tol))); in test2dRotation()
51 VERIFY(C.isApprox(B, static_cast<T>(tol))); in test2dRotation()
56 void test2dHyperbolicRotation(double tol) in test2dHyperbolicRotation() argument
72 VERIFY(C.isApprox(B, static_cast<T>(tol))); in test2dHyperbolicRotation()
76 VERIFY(C.isApprox(B, static_cast<T>(tol))); in test2dHyperbolicRotation()
81 void testPascal(double tol) in testPascal() argument
96 VERIFY(C.isApprox(B, static_cast<T>(tol))); in testPascal()
100 VERIFY(C.isApprox(B, static_cast<T>(tol))); in testPascal()
105 void randomTest(const MatrixType& m, double tol) in randomTest() argument
122 VERIFY(identity.isApprox(m2, static_cast<RealScalar>(tol))); in randomTest()
126 VERIFY(identity.isApprox(m2, static_cast<RealScalar>(tol))); in randomTest()