merging ei_lmder and lmder_template into ei_lmder() which takes eigen

argument, but still uses f2c code inside.
This commit is contained in:
Thomas Capricelli
2009-08-21 02:34:40 +02:00
parent 6a8b52b3aa
commit 1715e2cb3b
3 changed files with 63 additions and 106 deletions

View File

@@ -1925,7 +1925,7 @@ void test_NonLinear()
/*
* Can be useful for debugging...
printf("info, nfev, jev : %d, %d, %d\n", info, nfev, njev);
printf("info, nfev, njev : %d, %d, %d\n", info, nfev, njev);
printf("x[0] : %.32g\n", x[0]);
printf("x[1] : %.32g\n", x[1]);
printf("x[2] : %.32g\n", x[2]);