This file is indexed.

/usr/include/NTL/mat_poly_ZZ_p.h is in libntl-dev 10.5.0-2.

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
#ifndef NTL_mat_poly_ZZ_p__H
#define NTL_mat_poly_ZZ_p__H

#include <NTL/mat_ZZ_p.h>
#include <NTL/ZZ_pX.h>

NTL_OPEN_NNS

void CharPoly(ZZ_pX& f, const mat_ZZ_p& M);

NTL_CLOSE_NNS


#endif