Eric Berberich
|
ee2bcceeb2
|
fixed include guards
|
2008-10-28 09:00:49 +00:00 |
Michael Hemmer
|
ef395a4992
|
mv CGAL/Polynomial/polynomial_utils.h CGAL/polynomial_utils.h
|
2008-10-28 08:36:59 +00:00 |
Michael Hemmer
|
d83a199818
|
CGALi::canonicalize_polynomial CGAL::canonicalize
implementation moved into functor
|
2008-10-28 08:26:34 +00:00 |
Michael Hemmer
|
2b8650c24a
|
change CGAL::CGALi::div_utcf to CGAL::integral_division_up_to_constant_factor
|
2008-10-27 15:43:20 +00:00 |
Andreas Fabri
|
79dce104b9
|
Try to disambuguate for VC8 (as suggested by Michael)
|
2008-10-23 17:50:38 +00:00 |
Michael Hemmer
|
2ae6fda863
|
Enforce IEEE double precision before using modular arithmetic
|
2008-10-22 08:55:03 +00:00 |
Eric Berberich
|
4c8c522f63
|
added new constructors for Exponent_vectors
|
2008-10-21 16:21:57 +00:00 |
Eric Berberich
|
29da681961
|
removed "coefficient"
|
2008-10-21 16:20:05 +00:00 |
Michael Hemmer
|
533adda23a
|
include modular_filter.h since used
|
2008-10-21 15:57:51 +00:00 |
Michael Hemmer
|
d702eef7b6
|
rm empty may_have_common_factor.h
|
2008-10-21 15:57:23 +00:00 |
Michael Hemmer
|
95180e4fdd
|
rm std::vector specific constructors from Exponent_vector
|
2008-10-15 09:52:17 +00:00 |
Michael Hemmer
|
8e7bed8e6d
|
added PT::Construct_cofficient_const_iterator_range
added PT::Construct_innermost_coefficient_const_iterator_range
rm according functors _begin/_end
|
2008-10-15 08:38:34 +00:00 |
Michael Hemmer
|
04d7225d14
|
public typedefs only within main base class, should help VC8
|
2008-10-14 16:20:51 +00:00 |
Eric Berberich
|
b1316d0abc
|
fixed header
|
2008-10-07 11:04:44 +00:00 |
Eric Berberich
|
d9fc6089e8
|
added coefficient
|
2008-10-06 18:45:52 +00:00 |
Eric Berberich
|
0598d13364
|
added partial substitutions
|
2008-10-05 16:04:35 +00:00 |
Eric Berberich
|
dec2d127ce
|
added fiel to collect functions for convenience
|
2008-10-05 09:15:57 +00:00 |
Michael Hemmer
|
cd8e4bff2d
|
Coefficient_[iterator|begin|end] -> Coefficient_const_[iterator|begin|end]
same for Innermost_coefficient
|
2008-10-02 09:29:43 +00:00 |
Michael Hemmer
|
b6aa6d8644
|
apply modular filter to gcd functors
|
2008-09-26 14:52:49 +00:00 |
Michael Kerber
|
3d3328366e
|
Added include
|
2008-09-23 14:27:50 +00:00 |
Michael Kerber
|
c035b60be1
|
Moved to Algebraic_kernel_d package
|
2008-09-23 14:26:54 +00:00 |
Michael Hemmer
|
88a20ebf5f
|
RET::Sign -> RET::Sgn
|
2008-09-18 16:18:08 +00:00 |
Michael Hemmer
|
c78b05b739
|
rename Real_embeddable_traits::Sign Sgn
added RET::Boolean, RET::Sign, RET::Comparison_result
|
2008-09-18 15:35:55 +00:00 |
Michael Hemmer
|
a97a0b0591
|
Derive/Derivative -> Differentiate
|
2008-09-15 09:29:48 +00:00 |
Andreas Fabri
|
1cdce34274
|
specify default template argument only at the declaration
|
2008-09-11 19:04:52 +00:00 |
Michael Hemmer
|
cf7e170ec8
|
Modular_traits::Modular_image_inv -> Modular_image_representative
|
2008-09-09 12:54:08 +00:00 |
Michael Hemmer
|
5f4f1961b4
|
fixed bug in interpolation of resultant
one should keep track of the right degrees .-)
|
2008-09-05 14:08:02 +00:00 |
Michael Hemmer
|
a9ae7696e8
|
fix bug in get monom rep (was empty for the zero polynomial)
also fixed construction from monom rep, get zero polynomial for empty iterator range
|
2008-09-05 14:04:52 +00:00 |
Michael Hemmer
|
c871ff20a9
|
added missing CT::Cast
added relavant test
|
2008-09-05 08:33:43 +00:00 |
Michael Hemmer
|
1360cb9e0e
|
square_free_factorization -> square_free_factorize
----------
added Joachim von zur Gathen and J\"urgen Gerhard,
Modern Computer Algebra, Cambridge University Press, 1999
|
2008-08-08 09:00:24 +00:00 |
Michael Hemmer
|
9fcd58c0db
|
square_free_factrorization -> square_free_factorize
|
2008-08-08 08:53:16 +00:00 |
Michael Hemmer
|
2f89408eaf
|
PT:: Innermost_coefficient -> Innermost_coefficient_type
PT:: Coefficient -> Coefficient_type
|
2008-08-07 09:49:32 +00:00 |
Michael Hemmer
|
33b8f3a06a
|
mv Real_embeddable_base to internal namespace
|
2008-08-06 07:13:21 +00:00 |
Michael Hemmer
|
cff191916d
|
changed name: CGAL::Modular -> CGAL::Residue
chnaged filenames accordingly
changed: Modular_traits::Modular_NT -> Modular_traits::Residue_type
|
2008-08-04 15:09:13 +00:00 |
Michael Hemmer
|
03efbda3cd
|
added resultatn algorithm for integral_domain.
Same as for UFD, but using Scalar_factor instead of Content.
|
2008-08-04 11:56:40 +00:00 |
Michael Hemmer
|
671d0af74e
|
use external Cached_extended_euclidean_algorithm
|
2008-07-31 14:52:00 +00:00 |
Michael Hemmer
|
c73406aa9c
|
rm flag CGAL_RESULTANT_USE_INTERPOLATE
|
2008-07-31 14:25:17 +00:00 |
Michael Hemmer
|
ff620d3430
|
reduced interface
|
2008-07-31 13:01:34 +00:00 |
Michael Hemmer
|
370dc20d74
|
propoer file name
|
2008-07-31 13:01:03 +00:00 |
Michael Hemmer
|
f494549b0c
|
CGALi::new_resultant -> CGALi::resultant
|
2008-07-31 09:35:22 +00:00 |
Michael Hemmer
|
acb79b6084
|
new_resultant implementation using interpolation.
|
2008-07-31 09:10:08 +00:00 |
Michael Hemmer
|
f0c21e20e8
|
Iterators are passed by value
|
2008-07-30 11:26:30 +00:00 |
Michael Hemmer
|
0063104dbd
|
added default constructor
|
2008-07-30 11:13:58 +00:00 |
Michael Hemmer
|
3905cfa807
|
mv Interpolator.h CGAL/Polynomial (for release)
|
2008-07-30 09:42:17 +00:00 |
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
|
aa5a72f179
|
rm useless functor Evaluate in PT<Polynomial_0>
|
2008-07-30 09:23:03 +00:00 |
Michael Hemmer
|
734595f223
|
fixed bug in constructor
|
2008-07-29 10:14:52 +00:00 |
Michael Hemmer
|
8143ec3d0c
|
cached extended euclidean algorithm
|
2008-07-29 10:13:22 +00:00 |
Michael Hemmer
|
b2b3651325
|
PolynomialTraits_d refines AlgebraicStructureTraits
|
2008-07-28 14:35:27 +00:00 |