Home | History | Annotate | Download | only in test

Lines Matching refs:VERIFY

98     // Verify that the estimated condition number is within a factor of 10 of the
100 VERIFY(rcond_est > rcond / 10 && rcond_est < rcond * 10);
110 // Verify that the estimated condition number is within a factor of 10 of the
116 VERIFY(rcond_est > rcond / 10 && rcond_est < rcond * 10);
121 VERIFY(chollo.info()==NumericalIssue);
157 VERIFY(ldltlo.info()==Success);
168 // Verify that the estimated condition number is within a factor of 10 of the
170 VERIFY(rcond_est > rcond / 10 && rcond_est < rcond * 10);
174 VERIFY(ldltup.info()==Success);
181 // Verify that the estimated condition number is within a factor of 10 of the
187 VERIFY(rcond_est > rcond / 10 && rcond_est < rcond * 10);
271 VERIFY((A * vecX).isApprox(vecB, large_tol));
336 VERIFY(ldltlo.info()==Success);
373 VERIFY(ldlt.info()==Success);
374 VERIFY(!ldlt.isNegative());
375 VERIFY(!ldlt.isPositive());
380 VERIFY(ldlt.info()==Success);
381 VERIFY(!ldlt.isNegative());
382 VERIFY(!ldlt.isPositive());
387 VERIFY(ldlt.info()==Success);
388 VERIFY(ldlt.isNegative());
389 VERIFY(ldlt.isPositive());
394 VERIFY(ldlt.info()==Success);
395 VERIFY(!ldlt.isNegative());
396 VERIFY(ldlt.isPositive());
401 VERIFY(ldlt.info()==Success);
402 VERIFY(ldlt.isNegative());
403 VERIFY(!ldlt.isPositive());
418 VERIFY(ldlt.info()==NumericalIssue);
427 VERIFY(ldlt.info()==NumericalIssue);
437 VERIFY(ldlt.info()==NumericalIssue);
452 VERIFY(ldlt.info()==NumericalIssue);