This file is indexed.

/usr/include/NTL/mat_poly_lzz_p.h is in libntl-dev 6.2.1-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
#ifndef NTL_mat_poly_zz_p__H
#define NTL_mat_poly_zz_p__H

#include <NTL/mat_lzz_p.h>
#include <NTL/lzz_pX.h>

NTL_OPEN_NNS

void CharPoly(zz_pX& f, const mat_zz_p& M);

NTL_CLOSE_NNS


#endif