#include "vnl_lbfgs.h"#include <vcl_cmath.h>#include <vcl_iostream.h>#include <vcl_iomanip.h>#include <vnl/algo/vnl_netlib.h>Go to the source code of this file.
Defines | |
| #define | print_(i, a, b, c, d) |
Definition in file vnl_lbfgs.cxx.
| #define print_ | ( | i, | |
| a, | |||
| b, | |||
| c, | |||
| d | |||
| ) |
vcl_cerr<<vcl_setw(6)<<i<<' '<<vcl_setw(20)<<a<<' '\ <<vcl_setw(20)<<b<<' '<<vcl_setw(20)<<c<<' '<<vcl_setw(20)<<d<<'\n'
1.7.5.1