Lines Matching refs:isApprox
65 VERIFY(oldb.isApprox(b) && "sparse solver testing: the rhs should not be modified!"); in check_sparse_solving()
66 VERIFY(x.isApprox(refX,test_precision<Scalar>())); in check_sparse_solving()
71 VERIFY(oldb.isApprox(b) && "sparse solver testing: the rhs should not be modified!"); in check_sparse_solving()
72 VERIFY(x.isApprox(refX,test_precision<Scalar>())); in check_sparse_solving()
81 VERIFY(oldb.isApprox(b) && "sparse solver testing: the rhs should not be modified!"); in check_sparse_solving()
82 VERIFY(x.isApprox(refX,test_precision<Scalar>())); in check_sparse_solving()
95 VERIFY(oldb.isApprox(bm) && "sparse solver testing: the rhs should not be modified!"); in check_sparse_solving()
96 VERIFY(xm.isApprox(refX,test_precision<Scalar>())); in check_sparse_solving()
108 VERIFY(x.isApprox(refX,test_precision<Scalar>())); in check_sparse_solving()
117 VERIFY(oldb.isApprox(db) && "sparse solver testing: the rhs should not be modified!"); in check_sparse_solving()
118 VERIFY(x.isApprox(refX,test_precision<Scalar>())); in check_sparse_solving()
127 VERIFY(x.isApprox(refX,test_precision<Scalar>())); in check_sparse_solving()
134 VERIFY(x.isApprox(refX,test_precision<Scalar>())); in check_sparse_solving()
138 VERIFY(x2.isApprox(refX,test_precision<Scalar>())); in check_sparse_solving()