• Home
  • Raw
  • Download

Lines Matching refs:oldb

52     Rhs oldb = b;  in check_sparse_solving()  local
70 VERIFY(oldb.isApprox(b) && "sparse solver testing: the rhs should not be modified!"); in check_sparse_solving()
76 VERIFY(oldb.isApprox(b) && "sparse solver testing: the rhs should not be modified!"); in check_sparse_solving()
86 VERIFY(oldb.isApprox(b) && "sparse solver testing: the rhs should not be modified!"); in check_sparse_solving()
100 VERIFY(oldb.isApprox(bm) && "sparse solver testing: the rhs should not be modified!"); in check_sparse_solving()
119 DenseRhs oldb(db); in check_sparse_solving()
122 VERIFY(oldb.isApprox(db) && "sparse solver testing: the rhs should not be modified!"); in check_sparse_solving()
166 Rhs oldb = b; in check_sparse_solving() local
180 VERIFY(oldb.isApprox(b,0.0) && "sparse solver testing: the rhs should not be modified!"); in check_sparse_solving()
185 VERIFY(oldb.isApprox(b) && "sparse solver testing: the rhs should not be modified!"); in check_sparse_solving()
192 VERIFY(oldb.isApprox(b,0.0) && "sparse solver testing: the rhs should not be modified!"); in check_sparse_solving()
198 VERIFY(oldb.isApprox(b,0.0) && "sparse solver testing: the rhs should not be modified!"); in check_sparse_solving()
213 VERIFY(oldb.isApprox(b,0.0) && "sparse solver testing: the rhs should not be modified!"); in check_sparse_solving()
229 VERIFY(oldb.isApprox(bm,0.0) && "sparse solver testing: the rhs should not be modified!"); in check_sparse_solving()
248 DenseRhs oldb(db); in check_sparse_solving()
251 VERIFY(oldb.isApprox(db,0.0) && "sparse solver testing: the rhs should not be modified!"); in check_sparse_solving()