Michael Hemmer
|
3d965ead8e
|
use PT to construct polynomials
|
2010-05-03 12:22:48 +00:00 |
Michael Hemmer
|
1aabe3b9e9
|
Residue needs ieee double precion as well as rounding mode to nearest
use CGAL::Protect_FPU_rounding<true> pfr(CGAL_FE_TONEAREST)
|
2008-12-10 10:19:44 +00:00 |
Sylvain Pion
|
af48d47506
|
Replace Protect_FPU_rounding<true> pfr(CGAL_FE_TONEAREST)
by Set_ieee_double_precision.
|
2008-12-03 21:42:28 +00:00 |
Michael Hemmer
|
e1737961cd
|
uses config.h instead of basic.h
|
2008-11-11 15:15:36 +00:00 |
Andreas Fabri
|
5a52575d39
|
Remove force_ieee_double_precision(); as this is a global side effect; TODO: Add preconditions in the operations which require this setting
|
2008-10-17 13:14:08 +00:00 |
Michael Hemmer
|
eba9e0b1ed
|
use CGAL/config.h
|
2008-09-25 15:40:34 +00:00 |
Michael Hemmer
|
8ee1a5ec59
|
more comments / using Gmpz again
|
2008-09-25 13:24:33 +00:00 |
Michael Hemmer
|
7b031d923f
|
CGAL::Modular -> CGAL::Residue
MT::Modular_type -> MT::Residue_type
|
2008-09-09 08:29:41 +00:00 |
Michael Hemmer
|
ca4450f1a4
|
rm unused variable
|
2008-05-16 07:39:56 +00:00 |
Fernando Cacciola
|
f93437ca22
|
Removed *unmodified* auto-generated CMakeLists.txt (now created by create_internal_release)
|
2008-05-05 14:01:55 +00:00 |
Michael Hemmer
|
4b3cbf89e6
|
not needed
|
2008-04-23 08:04:38 +00:00 |
Fernando Cacciola
|
b704509dcf
|
Examples/Demos/Test CMake scripts updated
|
2008-03-05 21:14:02 +00:00 |
Fernando Cacciola
|
a659cd852a
|
Added project() and conditional test for CGAL_DIR
|
2008-02-14 15:42:36 +00:00 |
Fernando Cacciola
|
14043c43a0
|
Replaced CGALROOT by CGAL_DIR (the latters is used by CMake automatically)
|
2008-02-08 17:47:21 +00:00 |
Fernando Cacciola
|
afddfc4fca
|
CMake scripts for demos/examples/test added
|
2008-02-06 19:06:24 +00:00 |
Michael Hemmer
|
7499beea11
|
changed Is_convertible into Is_modularizable
|
2007-03-28 12:58:13 +00:00 |
Michael Hemmer
|
079f6c7808
|
added doc and example for CGAL::Modular_traits
|
2007-03-28 08:45:15 +00:00 |