Home
last modified time | relevance | path

Searched refs:oldb (Results 1 – 1 of 1) sorted by relevance

/external/eigen/test/
Dsparse_solver.h51 Rhs oldb = b; in check_sparse_solving() local
65 VERIFY(oldb.isApprox(b) && "sparse solver testing: the rhs should not be modified!"); in check_sparse_solving()
71 VERIFY(oldb.isApprox(b) && "sparse solver testing: the rhs should not be modified!"); in check_sparse_solving()
81 VERIFY(oldb.isApprox(b) && "sparse solver testing: the rhs should not be modified!"); in check_sparse_solving()
95 VERIFY(oldb.isApprox(bm) && "sparse solver testing: the rhs should not be modified!"); in check_sparse_solving()
114 DenseRhs oldb(db); in check_sparse_solving()
117 VERIFY(oldb.isApprox(db) && "sparse solver testing: the rhs should not be modified!"); in check_sparse_solving()