eigenize the test a little more

This commit is contained in:
Thomas Capricelli
2009-08-09 03:16:24 +02:00
parent f19eda7cf6
commit 7db4052749
2 changed files with 13 additions and 21 deletions

View File

@@ -34,7 +34,7 @@ int ei_hybrd1(
VectorType &fvec,
// ei_traits<VectorType>::Scalar tol
double tol
// = ei::sqrt(machine_epsilon<VectorType::Scalar>())
// = ei_sqrt(machine_epsilon<VectorType::Scalar>())
)
{
typedef typename VectorType::Scalar Scalar;