Commit Graph
386 Commits
Author SHA1 Message Date
Patrick Wenzlaff 17617a3023 added some consts 2009-01-30 14:29:09 +00:00
Patrick Wenzlaff 2b14070c77 restore original test (wrong commit) 2009-01-30 13:40:59 +00:00
Patrick Wenzlaff 33a9184a63 more generic version of the test in package Polynomial
TODO: finish test and merge back to package Polynomial
2009-01-30 13:31:53 +00:00
Michael Hemmer c103879294 missing std:: 2009-01-08 14:05:58 +00:00
Michael Hemmer 44c8db4efb +#include <utility> // for std::make_pair 2009-01-08 12:41:44 +00:00
Michael Hemmer a377c7ced2 don't inherit Exponent_vector from std::vector<int> 2009-01-04 16:05:03 +00:00
Michael Hemmer 5c30e9d74f check for default arithmetic kernel 2008-12-10 16:40:45 +00:00
Michael Hemmer 2950427b2c fix includes 2008-12-10 11:12:19 +00:00
Andreas Fabri ad03ffc098 fatal error C1091: compiler limit: string exceeds 65535 bytes in length 2008-12-10 10:59:55 +00:00
Michael Hemmer 0d18069498 setting the rounding mode should not be required here 2008-12-10 10:45:01 +00:00
Michael Hemmer 7d286cf414 Enforce IEEE double precision and to nearest before using modular arithmetic 2008-12-10 10:43:17 +00:00
Michael Hemmer 85ee2f262f Enforce IEEE double precision and to nearest before using modular arithmetic 2008-12-10 10:42:10 +00:00
Michael Hemmer 58b74585c0 enforce IEEE double precision and to nearest for modular arithmetic
--This line, and thcse below, will be ignored--

M    Interpolator.cpp
2008-12-10 10:32:15 +00:00
Michael Hemmer cbe1f11828 Enforce IEEE double precision and to nearest before using modular arithmetic 2008-12-10 10:22:51 +00:00
Michael Hemmer 6defe5068d this file is obsolete covered by more specific files 2008-12-09 14:22:25 +00:00
Michael Hemmer 126edad147 rm include of unused subresultant.h 2008-12-09 13:52:17 +00:00
Michael Hemmer ae070c2a1b added missing includes 2008-12-09 13:35:51 +00:00
Michael Hemmer 5c48b93481 don't include unused files related to wang 2008-12-09 13:28:13 +00:00
Michael Hemmer b6666ac6e8 dont submit
files related to modular gcd via Wang 
files related to subresultants/ strum-habicht 
files related to gcd via ntl
2008-12-09 13:19:21 +00:00
Michael Hemmer c354d605ab replace use of AST_extended by AST as divides is in AST now. 2008-12-09 12:52:52 +00:00
Michael Hemmer 8785ddcecd move function is_square_free into polynomial_utils.h 2008-12-09 12:47:45 +00:00
Michael Hemmer e993d96b48 // subsresultants and sturm habicht
as they are not part of release 3.4
2008-12-09 11:05:44 +00:00
Michael Hemmer 5c7e230f33 fixed include guards 2008-12-09 10:48:07 +00:00
Michael Hemmer 959f0738a0 wrap up Test/_test_coercion_traits.h
move tests for binary functors into test for explicit interoperable 
as they are supposed to
2008-12-09 10:41:01 +00:00
Andreas Fabri a9aefab1c1 Added license headers 2008-12-06 21:18:27 +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
Patrick Wenzlaff 637224f98a changed the discription 2008-12-02 16:03:34 +00:00
Andreas Fabri ae2f09ac0c break string up so that it is digestible by VC++ 2008-11-24 20:03:30 +00:00
Andreas Fabri 292ca2640d remove main() 2008-11-24 08:09:35 +00:00
Andreas Fabri d3ea1a92b2 Help VC++ to find a function 2008-11-23 15:44:09 +00:00
Andreas Fabri dbf39bf4b5 Split Polynomial testsuit as VC++ is running out of heap space 2008-11-23 14:42:54 +00:00
Andreas Fabri 51ee5848db Try to help VC8 to disambiguate 2008-11-21 14:31:54 +00:00
Laurent Rineau ec9f2e29e5 Update citations (s/07/08/).
Let us hope that CGAL-3.4 will be release before 2009!
2008-11-20 22:19:28 +00:00
Michael Hemmer 82c55fa799 improved documentation 2008-11-20 08:03:33 +00:00
Michael Hemmer 9033dd93dd emphasis that this is a functor that consideres the polynomial as a
polynomial in one variable.
2008-11-18 14:16:31 +00:00
Andreas Fabri 492b222ba3 Size of illustration is 120x120, not 100x100 2008-11-18 13:25:26 +00:00
Patrick Wenzlaff d77ac2d143 removed some comments 2008-11-12 17:10:12 +00:00
Patrick Wenzlaff 2fd75a4c0d some smaler changes 2008-11-12 17:04:25 +00:00
Patrick Wenzlaff 21a9016258 some smaler changels 2008-11-12 16:59:06 +00:00
Patrick Wenzlaff 0e8de6f041 Is now working with the gerneric test of Polynomial_traits_d.
Found ../../include/CGAL/Test/_test_Polynonial_traits_d.h
2008-11-12 10:19:14 +00:00
Patrick Wenzlaff 8788105a4e Added generic Test for concept of Polynomial_traits_d 2008-11-12 10:15:31 +00:00
Michael Hemmer b0f7345c37 added Illustration 2008-11-11 16:57:37 +00:00
Michael Hemmer d0c2f49596 added missing title 2008-11-11 16:17:13 +00:00
Michael Hemmer 5de8e376c0 added functor MonomialRepresentation 2008-11-11 14:25:47 +00:00
Patrick Wenzlaff ee45a9c3e5 added some const to functors 2008-11-11 11:18:40 +00:00
Michael Hemmer 0e7e7a4f06 added missing constructor from [Innermost]Coefficient_type 2008-11-07 13:45:07 +00:00
Michael Hemmer 92951b771d typos 2008-11-07 13:20:32 +00:00
Michael Hemmer 299e9b8843 more precise doc 2008-11-07 13:16:29 +00:00
Patrick Wenzlaff 0a86bbf89b added const to some functor 2008-11-06 13:59:06 +00:00
Patrick Wenzlaff 7abc25aa2c added test for permute 2008-11-04 16:33:59 +00:00