/usr/include/NTL/mat_poly_ZZ.h is in libntl-dev 5.4.2-4.1build1.
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 | #ifndef NTL_mat_poly_ZZ__H
#define NTL_mat_poly_ZZ__H
#include <NTL/mat_ZZ.h>
#include <NTL/ZZX.h>
NTL_OPEN_NNS
void CharPoly(ZZX& f, const mat_ZZ& M, long deterministic=0);
NTL_CLOSE_NNS
#endif
|