/usr/include/givaro/modular.h is in libgivaro-dev 4.0.2-8ubuntu1.
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 30 31 32 33 34 35 36 | // ==========================================================================
// $Source: /var/lib/cvs/Givaro/src/kernel/zpz/givzpz.h,v $
// 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.
// Authors: T. Gautier
// $Id: givzpz.h,v 1.8 2011-02-02 16:23:56 briceboyer Exp $
// ==========================================================================
/*!@file ring/modular.h
* @brief Family of arithmetics over Zpz (\f$\mathbf{Z}/p\mathbf{Z}\f$).
*/
#ifndef __GIVARO_modular_H
#define __GIVARO_modular_H
#include <givaro/givconfig.h>
#include "givaro/modular-int8.h"
#include "givaro/modular-uint8.h"
#include "givaro/modular-int16.h"
#include "givaro/modular-uint16.h"
#include "givaro/modular-int32.h"
#include "givaro/modular-uint32.h"
#include "givaro/modular-int64.h"
#include "givaro/modular-uint64.h"
#include "givaro/modular-float.h"
#include "givaro/modular-double.h"
#include "givaro/modular-integer.h"
#include "givaro/modular-inttype.h"
#include "givaro/modular-log16.h"
#include "givaro/modular-ruint.h"
#endif
|