chiark / gitweb /
put source code into src subdirectory
[nlopt.git] / src / octave / NLOPT_LD_TNEWTON_PRECOND.m
1 % NLOPT_LD_TNEWTON_PRECOND: Preconditioned truncated Newton (local, derivative-based)
2 %
3 % See nlopt_minimize for more information.
4 function val = NLOPT_LD_TNEWTON_PRECOND
5   val = 17;