This file is indexed.

/usr/share/octave/site/m/nlopt/NLOPT_LD_TNEWTON_PRECOND_RESTART.m is in octave-nlopt 2.4.2+dfsg-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
% NLOPT_LD_TNEWTON_PRECOND_RESTART: Preconditioned truncated Newton with restarting (local, derivative-based)
%
% See nlopt_minimize for more information.
function val = NLOPT_LD_TNEWTON_PRECOND_RESTART
  val = 18;