Statistiques
| Révision :

root / pobysoPythonSage / src / pobyso.py @ 195

Historique | Voir | Annoter | Télécharger (52,88 ko)

# Date Auteur Commentaire
185 05/10/2015 15:40 Serge Torres

Fixed: typos.

181 23/09/2015 18:06 Serge Torres

pobyso.py: heavy update of Taylor model functions (and checked).
sollya_lib.sage: new function (sollya_lib_abs) added.
testPobyso.sage: new test functions added (and checked).
sageSLZ.sage:minor changes.

166 18/08/2015 17:40 Serge Torres

Lots of fixes, too long to detail. Mainly on the scaling and
approximation computing areas.

162 06/05/2015 18:05 Serge Torres

Heavy patching to take into account the change in pointers format.

159 29/04/2015 18:18 Serge Torres

Lots of fixes due to changes in Sage 6.6.
Mainly :
- changed (and deprecated) behaviour of "load";
- changed behaviour of assume_str (adds "_SAGE_VAR" to
variable names).

155 08/04/2015 17:33 Serge Torres

Extra functions added:
- pobyso_error_so: generate a Sollya error object;
- pobyso_is_error_so_sa: check if some Sollya object is an error object;
- a new function (version 6) to compute polynomials for Coppersmith;
- added entries in sollya_lib.sage for new Sollya functions used;...

154 01/04/2015 16:10 Serge Torres

Added function pobyso_guess_degree_sa_sa, tested but still
has memory leaks.
Function pobyso_guess_degree_so_sa tested OK.
Several typos and very local optimizations.

153 30/03/2015 18:12 Serge Torres

Added function pobyso_guess_degree.
Not tested yet.
Some typos and comments fixed.

124 12/03/2014 18:07 Serge Torres

Comments fixes and marginal code fixes.

120 03/03/2014 18:16 Serge Torres

Lots of small fixes.

118 03/03/2014 09:07 Serge Torres

Changes in pobyso_get_list_elements_so_so to:
- minimize memory manipulations;
- enhance documentation

117 28/02/2014 18:14 Serge Torres

Lots of memory leaks fixed.

116 26/02/2014 18:16 Serge Torres

Test library started: testPobyso.sage
New Sollya functions added: sollya_lib.sage
Memory leaks fixed: pobyso.py

115 24/02/2014 17:53 Serge Torres
103 04/12/2013 17:52 Serge Torres

Bug fixing.

85 02/10/2013 17:49 Serge Torres

Bug fix in slz_compute_polynomial_and_interval: take the internal Sollya precision into account.
Lots of memory management and variable renaming.

84 30/09/2013 18:24 Serge Torres

Lot's of changes in pobyso.
Memory management in taylor form and others.
New functions.

83 27/09/2013 18:52 Serge Torres

Lots of typos.
Some memory management in pobyso.
Row and column matices for LLL.

81 14/08/2013 17:56 Serge Torres

- Norm function for multivariate polynomials create (a lot of TODOs remaining);
- sageSLZ-Notes updated, after new ideas (see below).
- Total transformation of interval/polynomial building (with
some checks done to validate the new "adaptative"
system and tweak the constants;...

73 31/05/2013 18:06 Serge Torres

Create new conversion function header to get Sollya polynomials
from Sage polynomials.

63 04/03/2013 17:48 Serge Torres

Typos in pobyso.sy.
More substantial changes in sageSLZ.sage

62 18/02/2013 18:05 Serge Torres

Lots of debugging in sageSLZ.sage.
Minor typo clean up in pobyso.py

59 14/02/2013 18:22 Serge Torres

Polynomila conversion stuff. Still in progress...

58 11/02/2013 17:28 Serge Torres

Added (untested) function pobyso_taylor_form_with_function_change_so_so

57 08/02/2013 17:56 Serge Torres

New functions added for polynomials conversion from Sollya to Sage.

56 18/01/2013 18:08 Serge Torres

Lots of bug fixes and enhancements.
Taylor expansions stuff added.

55 21/12/2012 17:44 Serge Torres

Added solly_lib_mid...

54 14/12/2012 18:08 Serge Torres

supnorm stuff added.

Bugs fixing.

53 12/12/2012 16:36 Serge Torres

Interval/Range stuff added.

52 11/12/2012 10:30 Serge Torres

Remez and Tayloform updates

51 05/12/2012 16:24 Serge Torres

Mainly, new min_rn_size function added to sageMpfr.spyc.
New #define constants and function declaration added.

43 29/11/2012 16:10 Serge Torres
38 28/11/2012 18:07 Serge Torres

Lots of change on pobyso.py: adding the suffixes to functions.

37 27/11/2012 14:32 Serge Torres

Start of Taylor model management for Coppersmith

10 23/11/2012 13:37 Serge Torres

Just a test

7 23/11/2012 12:51 Serge Torres
5 23/11/2012 12:33 Serge Torres

Initial file loading