Macaulay2 Engine
Loading...
Searching...
No Matches
aring-qq.hpp
Go to the documentation of this file.
1// Copyright 2013 Michael E. Stillman.
2
3#ifndef _aring_qq_hpp_
4#define _aring_qq_hpp_
5
30
31#include "aring-qq-flint.hpp"
32#include "aring-qq-gmp.hpp"
33
34namespace M2 {
35class ARingQQFlint;
36class ARingQQGMP;
37
39};
40
41#endif
42
43// Local Variables:
44// compile-command: "make -C $M2BUILDDIR/Macaulay2/e "
45// indent-tabs-mode: nil
46// End:
M2::ARingQQFlint — rationals backed by FLINT's fmpq with small-value inlining.
M2::ARingQQGMP — arbitrary-precision rationals backed straight by GMP mpq_t.
wrapper for the flint fmpq_t integer representation
wrapper for the gmp mpq_t integer representation
ARingQQGMP ARingQQ
Definition aring-qq.hpp:38
Definition aring-CC.cpp:3