This file is indexed.

/usr/lib/slepcdir/3.7.4/x86_64-linux-gnu-real/include/slepc/finclude/ftn-auto/slepcds.h90 is in libslepc3.7.4-dev 3.7.4+dfsg1-2build8.

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
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
      subroutine DSNEPSetFN(a,b,c,z)
       DS a ! DS
       PetscInt b ! PetscInt
       FN c (*) ! FN
       integer z
       end subroutine
      subroutine DSNEPGetFN(a,b,c,z)
       DS a ! DS
       PetscInt b ! PetscInt
       FN c ! FN
       integer z
       end subroutine
      subroutine DSNEPGetNumFN(a,b,z)
       DS a ! DS
       PetscInt b ! PetscInt
       integer z
       end subroutine
      subroutine DSPEPSetDegree(a,b,z)
       DS a ! DS
       PetscInt b ! PetscInt
       integer z
       end subroutine
      subroutine DSPEPGetDegree(a,b,z)
       DS a ! DS
       PetscInt b ! PetscInt
       integer z
       end subroutine
      subroutine DSCreate(a,b,z)
       integer a ! MPI_Comm
       DS b ! DS
       integer z
       end subroutine
      subroutine DSSetMethod(a,b,z)
       DS a ! DS
       PetscInt b ! PetscInt
       integer z
       end subroutine
      subroutine DSGetMethod(a,b,z)
       DS a ! DS
       PetscInt b ! PetscInt
       integer z
       end subroutine
      subroutine DSSetCompact(a,b,z)
       DS a ! DS
       PetscBool b ! PetscBool
       integer z
       end subroutine
      subroutine DSGetCompact(a,b,z)
       DS a ! DS
       PetscBool b ! PetscBool
       integer z
       end subroutine
      subroutine DSSetExtraRow(a,b,z)
       DS a ! DS
       PetscBool b ! PetscBool
       integer z
       end subroutine
      subroutine DSGetExtraRow(a,b,z)
       DS a ! DS
       PetscBool b ! PetscBool
       integer z
       end subroutine
      subroutine DSSetRefined(a,b,z)
       DS a ! DS
       PetscBool b ! PetscBool
       integer z
       end subroutine
      subroutine DSGetRefined(a,b,z)
       DS a ! DS
       PetscBool b ! PetscBool
       integer z
       end subroutine
      subroutine DSSetBlockSize(a,b,z)
       DS a ! DS
       PetscInt b ! PetscInt
       integer z
       end subroutine
      subroutine DSGetBlockSize(a,b,z)
       DS a ! DS
       PetscInt b ! PetscInt
       integer z
       end subroutine
      subroutine DSSetFromOptions(a,z)
       DS a ! DS
       integer z
       end subroutine
      subroutine DSAllocate(a,b,z)
       DS a ! DS
       PetscInt b ! PetscInt
       integer z
       end subroutine
      subroutine DSReset(a,z)
       DS a ! DS
       integer z
       end subroutine
      subroutine DSDestroy(a,z)
       DS a ! DS
       integer z
       end subroutine
      subroutine DSSetIdentity(a,b,z)
       DS a ! DS
       DSMatType b ! DSMatType
       integer z
       end subroutine
      subroutine DSGetLeadingDimension(a,b,z)
       DS a ! DS
       PetscInt b ! PetscInt
       integer z
       end subroutine
      subroutine DSSetState(a,b,z)
       DS a ! DS
       DSStateType b ! DSStateType
       integer z
       end subroutine
      subroutine DSGetState(a,b,z)
       DS a ! DS
       DSStateType b ! DSStateType
       integer z
       end subroutine
      subroutine DSSetDimensions(a,b,c,d,e,z)
       DS a ! DS
       PetscInt b ! PetscInt
       PetscInt c ! PetscInt
       PetscInt d ! PetscInt
       PetscInt e ! PetscInt
       integer z
       end subroutine
      subroutine DSGetDimensions(a,b,c,d,e,f,z)
       DS a ! DS
       PetscInt b ! PetscInt
       PetscInt c ! PetscInt
       PetscInt d ! PetscInt
       PetscInt e ! PetscInt
       PetscInt f ! PetscInt
       integer z
       end subroutine
      subroutine DSTruncate(a,b,z)
       DS a ! DS
       PetscInt b ! PetscInt
       integer z
       end subroutine
      subroutine DSGetMat(a,b,c,z)
       DS a ! DS
       DSMatType b ! DSMatType
       Mat c ! Mat
       integer z
       end subroutine
      subroutine DSRestoreMat(a,b,c,z)
       DS a ! DS
       DSMatType b ! DSMatType
       Mat c ! Mat
       integer z
       end subroutine
      subroutine DSSolve(a,b,c,z)
       DS a ! DS
       PetscScalar b ! PetscScalar
       PetscScalar c ! PetscScalar
       integer z
       end subroutine
      subroutine DSNormalize(a,b,c,z)
       DS a ! DS
       DSMatType b ! DSMatType
       PetscInt c ! PetscInt
       integer z
       end subroutine
      subroutine DSUpdateExtraRow(a,z)
       DS a ! DS
       integer z
       end subroutine
      subroutine DSCond(a,b,z)
       DS a ! DS
       PetscReal b ! PetscReal
       integer z
       end subroutine
      subroutine DSTranslateRKS(a,b,z)
       DS a ! DS
       PetscScalar b ! PetscScalar
       integer z
       end subroutine
      subroutine DSCopyMat(a,b,c,d,e,f,g,h,i,j,z)
       DS a ! DS
       DSMatType b ! DSMatType
       PetscInt c ! PetscInt
       PetscInt d ! PetscInt
       Mat e ! Mat
       PetscInt f ! PetscInt
       PetscInt g ! PetscInt
       PetscInt h ! PetscInt
       PetscInt i ! PetscInt
       PetscBool j ! PetscBool
       integer z
       end subroutine