This file is indexed.

/usr/lib/pd/extra/iemmatrix/mtx_diag-help.pd is in pd-iemmatrix 0.2-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
#N canvas 61 0 491 290 10;
#X text 285 23 updated for;
#X obj 373 23 iemmatrix 0.2;
#X obj 422 49 matrix;
#X text 292 48 see also help for;
#X obj 103 227 mtx_print;
#X msg 103 130 bang;
#X text 129 20 [mtx_diag];
#X msg 136 157 1 2 3 4 5;
#X text 93 252 diagonal-matrix;
#X obj 103 201 mtx_diag 7 9 8;
#X text 30 89 create a diagonal matrix;
#X obj 300 130 mtx_rand 4;
#X msg 300 108 bang;
#X obj 300 197 mtx_diag;
#X obj 300 231 print diagonal;
#X obj 300 158 t a a;
#X obj 347 159 mtx_print org;
#X text 294 258 diagonal of the matrix;
#X text 276 88 get the diagonal of a matrix;
#X connect 5 0 9 0;
#X connect 7 0 9 0;
#X connect 9 0 4 0;
#X connect 11 0 15 0;
#X connect 12 0 11 0;
#X connect 13 0 14 0;
#X connect 15 0 13 0;
#X connect 15 1 16 0;