/usr/include/givaro/givpoly1denseops.inl is in libgivaro-dev 4.0.2-5.
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 | // Copyright(c)'1994-2009 by The Givaro group
// This file is part of Givaro.
// Givaro is governed by the CeCILL-B license under French law
// and abiding by the rules of distribution of free software.
// see the COPYRIGHT file for more details.
#ifndef __GIVARO_poly1_dense_ops_INL
#define __GIVARO_poly1_dense_ops_INL
#include "givaro/givpoly1cstor.inl"
#include "givaro/givpoly1misc.inl"
#include "givaro/givpoly1addsub.inl"
#include "givaro/givpoly1muldiv.inl"
#include "givaro/givpoly1kara.inl"
#include "givaro/givpoly1axpy.inl"
#include "givaro/givpoly1io.inl"
#include "givaro/givpoly1gcd.inl"
#include "givaro/givpoly1sqrfree.inl"
#include "givaro/givpoly1cyclo.inl"
#include "givaro/givpoly1ratrecon.inl"
#endif // __GIVARO_poly1_dense_ops_INL
|