This file is indexed.

/usr/share/octave/packages/3.2/optim-1.0.17/packinfo/INDEX is in octave-optim 1.0.17-1.

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
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
optimization >> Optimization
Minimization
 minimize 
 nelder_mead_min
 d2_min
 nrm
 fmin
 line_min
 fmins adsmax mdsmax nmsmax
 bfgsmin samin battery
 fminsearch
 cg_min
 de_min
Data fitting
 expfit
 wpolyfit
 leasqr
 nonlin_residmin
 nonlin_curvefit
 LinearRegression
Optimization statistics
 residmin_stat
 curvefit_stat
Zero finding
 vfzero
Compatibility
 fminunc_compat
 optimset_compat
 quadprog= try Yinyu Ye's <a href="http://dollar.biz.uiowa.edu/col/ye/matlab.html">code</a>
 linprog
Numerical derivatives
 dfdp dcdp dfpdp dfxpdp cdiff deriv
 numgradient numhessian jacobs
Pivoting
 cpiv_bard
 gjp
Tests
  test_min_1 test_min_2 test_min_3 test_min_4
  test_d2_min_1 test_d2_min_2 test_d2_min_3
  test_nelder_mead_min_1 test_nelder_mead_min_2
  poly_2_ex test_minimize_1
  optim_problems
Examples
 bfgsmin_example
 rosenbrock
 samin_example