Commit Graph

210 Commits

Author SHA1 Message Date
Michael Hemmer e8b3afa14b disabled Interpolate in Polynomial_traits
- Diese und die folgenden Zeilen werden ignoriert --

M    test/Polynomial/Polynomial_traits_d.cpp
M    include/CGAL/Polynomial_traits_d.h
2008-07-30 09:36:42 +00:00
Michael Hemmer 9767860e06 mv to main include/CGAL 2008-07-30 09:24:28 +00:00
Michael Hemmer fe8291aaae rm call of non const member function p.simplify_coefficients() 2008-07-30 09:21:24 +00:00
Michael Hemmer 5c1a2f6c45 rm unused parameter 2008-07-30 08:17:31 +00:00
Michael Hemmer 504698e910 gen sparse polynomials used in several tests
- move this into main include dir ?
2008-07-29 10:11:27 +00:00
Michael Hemmer 5808b8076e new multivariate resultant using interpolation 2008-07-29 10:08:30 +00:00
Michael Hemmer 147b11c193 Interpolator class for newton interpolation (iterative) 2008-07-29 10:07:34 +00:00
Michael Hemmer e916cd73ac bug fix in constructor 2008-07-29 10:04:33 +00:00
Michael Hemmer b874dd1bc7 test of functors that take InputIterator 2008-07-29 09:00:41 +00:00
Michael Hemmer 1d3c2ce03e fixed bug in Degree_vector 2008-07-25 15:47:48 +00:00
Michael Hemmer fdb3e7c2d1 added Polynomial_type_generator 2008-07-25 09:24:33 +00:00
Michael Hemmer b2176a7002 fix bug in Shift 2008-07-25 09:23:51 +00:00
Michael Hemmer 1d2f47da4d rm Arity 2008-07-25 08:08:13 +00:00
Michael Hemmer 72c7defb81 added interoperability with int and Inntermost_coefficient 2008-07-25 07:46:52 +00:00
Michael Hemmer e6b5312842 changes interface of Square_free_factorization and utcf version such that
output iterator uses std::pair, oi is returned.
2008-07-22 13:34:06 +00:00
Michael Hemmer b67232dc3d - Sign_at/Sign_at_homogeneous/Compare are Null_functor if
ICoeff is not RealEmbeddable
- simplified layout for tests
2008-07-22 08:25:53 +00:00
Michael Hemmer 6494a05ccc minor changes (reduce runtime) 2008-07-21 11:59:07 +00:00
Michael Hemmer c788e0182f added Substitute(_homogeneous)
rm related operators from Evaluate
2008-07-17 15:52:15 +00:00
Michael Hemmer 96a229ad3c added functor Divides, required by IntegralDomain 2008-07-16 09:45:36 +00:00
Michael Hemmer 83bd92972c added Substitute + test 2008-07-02 07:56:33 +00:00
Michael Kerber 239c86d7ca Added functor Sturm_habicht_sequence_with_cofactors in Polynomial_traits 2008-06-27 10:17:54 +00:00
Michael Kerber 5af98f25dc Moved code to compute subresultants and sturm-habicht-sequences into Polynomial-package 2008-06-27 10:03:35 +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 1e06c97c3e this is going to be the new resultant method using interpolation
TODO: use modular arithmetic
2008-04-15 12:41:11 +00:00
Michael Hemmer 987db694de just a test, and its not working but I would like to see on which platforms 2008-04-06 18:02:19 +00:00
Michael Hemmer 7071c48662 use CGAL::ipower 2008-04-05 13:42:19 +00:00
Michael Hemmer d4f6eb2b46 improved test for square_free_factorization 2008-04-01 13:17:55 +00:00
Michael Hemmer ee0201e794 not needed 2008-04-01 12:35:01 +00:00
Michael Hemmer 9ea46f65a0 changes according to new possition of test files for concept checks 2008-04-01 10:22:16 +00:00
Michael Hemmer cf5e6c7718 short test for new Interpolate functor
TODO: mv test to Polynomial_traits.cpp
2008-03-31 13:26:12 +00:00
Michael Hemmer e3fc3f528a added modular gcd from EXACUS 2008-03-31 13:21:35 +00:00
Michael Hemmer 8661d9a610 rm undocumented function CGAL::integralize_polynomial
rm undocumented function CGAL::fractionalize_polynomial
outdated due to CGAL::Fraction_traits
2008-03-25 11:20:51 +00:00
Andreas Meyer 20315de571 * replaced CGAL_test_assert with ::assert, instead of CGAL_assertion
* removed include/Testsuite/assert.h
2008-03-19 13:45:36 +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 bb0bd09446 added first version of Interpolate functor + tests
TODO: operator for iterator range, documentation
2008-01-13 16:21:29 +00:00
Michael Hemmer 5c28944805 update Exponent_vector 2008-01-09 17:01:45 +00:00
Michael Hemmer 69fbd93a0e added Rebind to Polynomial_traits_d + test 2007-12-06 15:52:45 +00:00
Michael Hemmer 9981de9667 wrap up 2007-12-06 15:52:09 +00:00
Andreas Meyer 6623d525eb * replaced assert in */test/*/*.{cpp,h} with CGAL_test_assertion
* replaced #include <assert.h> with the according CGAL/Testsuite/assert.h
2007-11-07 21:35:42 +00:00
Sebastian Limbach a08024039b Corrected relative path to additional include directory for test suite to work correctly. 2007-08-02 14:46:28 +00:00
Sebastian Limbach 200d2ccd2a Removed unnecessary -I lines. 2007-08-02 11:49:25 +00:00
Sebastian Limbach 4987651960 Test adapted to renamed namespace 2007-06-04 10:59:58 +00:00
Sebastian Limbach b135ec8688 Test adapted to renamed namespace 2007-06-04 10:57:01 +00:00
Sebastian Limbach ccecd82fcc Changed Is_convertible to Is_modularizable. 2007-03-30 11:52:13 +00:00
Sebastian Limbach 666a2aeaec Removed the debug output. 2007-03-30 11:15:14 +00:00
Sebastian Limbach aa77109926 Test for new Square_free_factorization functor added. 2007-03-28 14:08:23 +00:00
Sebastian Limbach dba8c69b48 Removed unused parameter 'alpha' in filtered_square_free_factorization call due to new interface. 2007-03-15 10:01:00 +00:00
Sebastian Limbach 127f3e50eb Renamed 'Differentiate' functor and calls to 'Derivative' 2007-03-15 09:59:07 +00:00
Sebastian Limbach 5a4e89f6f6 Test adapted to all the changes in Polynomial package. Especially different coefficient types get tested. 2007-03-13 09:03:27 +00:00
Sebastian Limbach 73c1aeece0 Missing tests for new functors added. 2007-03-06 13:31:27 +00:00
Sebastian Limbach abc29aad51 Test adapted to new index from 0 to d-1 instead of 1 to d. 2007-03-01 13:03:36 +00:00
Andreas Fabri 7b727bf338 .C -> .cpp 2007-02-16 16:29:05 +00:00
Michael Hemmer 9bde28874f rm old Polynomial_traits
extracted some traits classes into extra files in subdir CGAL/Polynomial
2006-12-07 17:16:14 +00:00
Michael Hemmer a74dcdca9e first version of class Polynomial (from EXACUS)
added Polynomial_traits_d 
TODO: 
rm old Polynomial_traits
2006-12-07 13:46:43 +00:00
Andreas Fabri f40d931ced get the package out of way for the exacus polynomial 2006-07-13 12:52:01 +00:00
Joachim Reichel f582718758 rename create_makefile to cgal_create_makefile to avoid name clashes,
adjust all occurences of create_makefile and create\_makefile in the entire
repository (well, trunk only)
2006-03-15 22:10:02 +00:00
Laurent Saboret 20c1cb99f8 Move packages to trunk root 2006-02-14 08:58:18 +00:00