HomeSort by relevance Sort by last modified time
    Searched refs:error_max (Results 1 - 2 of 2) sorted by null

  /external/eigen/test/
prec_inverse_4x4.cpp 34 double error_sum = 0., error_max = 0.; local
46 error_max = (std::max)(error_max, error);
51 EIGEN_DEBUG_VAR(error_max);
55 VERIFY(error_max < (NumTraits<Scalar>::IsComplex ? 64.0 : 20.0));
  /external/eigen/test/eigen2/
eigen2_prec_inverse_4x4.cpp 52 double error_sum = 0., error_max = 0.; local
64 error_max = std::max(error_max, error);
69 EIGEN_DEBUG_VAR(error_max);
71 VERIFY(error_max < (NumTraits<Scalar>::IsComplex ? 64.0 : 20.0));

Completed in 431 milliseconds