This file is indexed.

/usr/share/octave/packages/ocs-0.1.5/asm/doc-cache is in octave-ocs 0.1.5-2+deb9u1.

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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# doc-cache created by Octave 4.0.3
# name: cache
# type: cell
# rows: 3
# columns: 2
# name: <cell-element>
# type: sq_string
# elements: 1
# length: 16
asm_build_system


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 451
 -- Function File: [A,JAC,RES] = asm_build_system(INSTRUCT,X,T)

     Cycle through the circuit description structure INSTRUCT to build
     the system matrices A, JAC, RES for the current step of the Newton
     method.

     X is the current value of the state variables, while T is the
     current time point.

     See the 'IFF file format specifications' for details about the
     output matrices.

     See also: asm_initialize_system,prs_iff.


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 80
Cycle through the circuit description structure INSTRUCT to build the
system mat



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 21
asm_initialize_system


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 412
 -- Function File: [A,B,C] = asm_initialize_system(INSTRUCT,X)

     Cycle through the circuit description structure INSTRUCT to build
     the system matrices A, B, C for the linear and time-invariant part
     of the system.

     X is the current value of the state variables.

     See the 'IFF file format specifications' for details about the
     output matrices.

     See also: asm_build_system,prs_iff.


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 80
Cycle through the circuit description structure INSTRUCT to build the
system mat