This file is indexed.

/usr/share/octave/packages/optim-1.3.0/packinfo/INDEX is in octave-optim 1.3.0-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
47
48
49
50
51
optimization >> Optimization
Optimization
 minimize
 nelder_mead_min
 d2_min
 nrm
 fmin
 line_min
 powell
 fmins adsmax mdsmax nmsmax
 bfgsmin samin battery
 cg_min
 de_min
 nonlin_min
 brent_line_min
Data fitting
 expfit
 wpolyfit
 leasqr
 nonlin_residmin
 nonlin_curvefit
 LinearRegression
 polyfitinf
 wsolve
Optimization statistics
 residmin_stat
 curvefit_stat
 polyconf
Zero finding
 vfzero
Compatibility
 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 cauchy
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
 wrap_f_dfdp
 test_wpolyfit
Examples
 bfgsmin_example
 rosenbrock
 samin_example