mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
merging ei_lmder and lmder_template into ei_lmder() which takes eigen
argument, but still uses f2c code inside.
This commit is contained in:
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user