/usr/include/linbox/field/ntl.h is in liblinbox-dev 1.1.6~rc0-4.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 29 | /* -*- mode: C++; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/* linbox/field/ntl.h
* Copyright (C) 1999-2002 William J Turner,
* 2001 Bradford Hovinen
*
* Written by William J Turner <wjturner@math.ncsu.edu>,
* Bradford Hovinen <hovinen@cis.udel.edu>
*
* ------------------------------------
* Modified by William J. Turner <wjturner@acm.org>. 4 April 2002.
*
* Broke NTL field wrappers into separate files.
* ------------------------------------
*
* See COPYING for license information.
*/
#ifndef __FIELD_NTL_H
#define __FIELD_NTL_H
#include "linbox/field/ntl-RR.h"
#include "linbox/field/ntl-ZZ_p.h"
#include "linbox/field/ntl-lzz_p.h"
#include "linbox/field/ntl-ZZ_pE.h"
#include "linbox/field/ntl-lzz_pE.h"
#include "linbox/field/ntl-GF2E.h"
#endif // __FIELD_NTL_H
|