Borderbasix
Main Page
Related Pages
Classes
Files
File List
File Members
borderbasix
include
borderbasix
arithm
bignum.hpp
Go to the documentation of this file.
1
/*********************************************************************
2
* This file is part of the source code of BORDERBASIX software. *
3
* (C) B. Mourrain, INRIA *
4
**********************************************************************
5
History:
6
$Id: bignum.hpp,v 1.1.1.1 2006/10/06 08:01:03 trebuche Exp $
7
**********************************************************************/
8
#ifndef bignum_H
9
#define bignum_H
10
11
#include <stdio.h>
12
#include <iostream>
13
#include "
borderbasix/arithm/Scl_mpz.hpp
"
14
#include "
borderbasix/arithm/Scl_mpq.hpp
"
15
#include "
borderbasix/arithm/Scl_mpf.hpp
"
16
#include "
borderbasix/arithm/Scl_mpfr.hpp
"
17
18
typedef
Scl<MPZ>
ZZ
;
19
typedef
Scl<MPQ>
QQ
;
20
typedef
Scl<MPF>
RR
;
21
typedef
Scl<MPFR>
RRR
;
22
#endif // //bignum_H
Scl_mpz.hpp
QQ
Scl< MPQ > QQ
Definition:
bignum.hpp:19
RRR
Scl< MPFR > RRR
Definition:
bignum.hpp:21
RR
Scl< MPF > RR
Definition:
bignum.hpp:20
Scl_mpf.hpp
Scl
Definition:
Scl.hpp:26
Scl_mpfr.hpp
Scl_mpq.hpp
ZZ
Scl< MPZ > ZZ
Definition:
bignum.hpp:18
Home
|
Download & Install
|
Contributions
Generated on Tue Sep 29 2015 11:43:19 for Borderbasix by 1.8.9.1