| 4 years | root | initial checkin |
| 4 years | bigatti | -- change: TmpF5.C --> TmpF5Mat.C (by Alberto Arri) |
| 4 years | bigatti | -- added possibility to have ExtraInfo5 in an example |
| 4 years | bigatti | -- changed way to compute sugar (uses myDiv instead of operator/) |
| 4 years | bigatti | -- [caboara] preparation for self-saturating algorithm |
| 4 years | abbott | Changed licence from GPL-2 only to GPL-3 or later. |
| 4 years | bigatti | -- fixed index too big in RankByGauss(ConstMatrix M) |
| 4 years | bigatti | -- added cvs logs at the bottom |
| 4 years | bigatti | -- minor change in UnipolySPPoincare (and changed into SPPoincare) |
| 4 years | bigatti | -- RingDenseUPolyClean now allow to specify the MinCapacity for all |
| 4 years | bigatti | -- added comment about MinCapacity |
| 4 years | bigatti | -- the two contructors reserve 150 slots for coefficients. |
| 4 years | bigatti | -- added Q9 for timings tests |
| 4 years | bigatti | -- fixed: using DenseUPolyRing |
| 4 years | bigatti | -- BigRecPoincare now calls myAddMul |
| 4 years | bigatti | -- improved myAddMul for c==1 (called from RecPoincare) |
| 4 years | bigatti | -- updated |
| 4 years | bigatti | -- added include |
| 4 years | bigatti | -- HP computed in Z[lambda] instead of Q[lambda] |
| 4 years | bigatti | -- more tests |
| 4 years | bigatti | -- new implementation for myAddMul |
| 4 years | bigatti | -- fixed comment |
| 4 years | bigatti | -- cleaned up output for benchmarks |
| 4 years | bigatti | -- changed #ifdef CoCoA_ASSERT into CoCoA_DEBUG |
| 4 years | bigatti | -- fixed wrong include |
| 4 years | bigatti | -- 11: new poincare code using DenseUPolyRing |
| 4 years | bigatti | -- added: test for comparing old C code with development version using CoCoAlib |
| 4 years | bigatti | new: TmpHilbertDir/TmpPoincareCPP.[CH]: poincare code using |
| 4 years | bigatti | -- TermList code moved from poincare.[Ch] into TermList.[Ch] |
| 4 years | bigatti | -- TermList code moved from Poincare.[Ch] files into TermList.[Ch] |
| 4 years | bigatti | -- added myMulBy1MinusXExp |
| 4 years | bigatti | -- changed argument of myMulByXExp to std::size_t fon compatibility, |
| 4 years | bigatti | -- new version 0.9910 |
| 4 years | bigatti | -- added abstract class DenseUPolyRing for representing dense |
| 4 years | bigatti | -- config.txt has been split into config.txt and assert.txt (as for |
| 4 years | bigatti | -- just a proper sorting on functions |
| 4 years | bigatti | -- just fixed a comment |
| 4 years | bigatti | -- added error: NotDenseUPolyRing |
| 4 years | bigatti | -- added comment about #include "CoCoA/SparsePolyRing.H" |
| 4 years | bigatti | -- added a comment about a RingHom accepting IndetImage as argument |
| 4 years | bigatti | -- added comment about myLog |
| 4 years | bigatti | -- added "my" to some member functions |
| 4 years | bigatti | -- minor: modified some comments |
| 4 years | bigatti | -- removed "include "CoCoA/PPMonoid.H" |
| 4 years | bigatti | -- commented out undefined functions (content, gcd, IsOne, IsMinusOne, ..) |
| 4 years | bigatti | -- added function PrintLibraries |
| 4 years | bigatti | -- added a few instructions about LibraryInfo |
| 4 years | abbott | Both versions of GPL |
| 4 years | abbott | Replaced by two new files |
| 4 years | abbott | Several minor changes to silence gcc-4.3: |
| 4 years | bigatti | -- ServerOp includes infos about the library it is defined in |
| 4 years | bigatti | -- fixed spelling mistake: configue --> configure |
| 4 years | abbott | New version because there hasn't been one for a while :-) |
| 4 years | abbott | These should never have been checked in -- I think. |
| 4 years | abbott | Changed MaxChunkSize into a class level static constant ourMaxChunkSize. |
| 4 years | abbott | Added keyword const to keep gcc-4.3 quiet. |
| 4 years | abbott | Added parens to shut up gcc-4.3; might actually make code more readable. |
| 4 years | abbott | Changed IsIndetPower to IsIndetPosPower. |
| 4 years | abbott | Added parentheses to make code more readable (and to shut up gcc-4.3). |
| 4 years | abbott | Changed content to work if input is zero or if coeffs are in a field. |