Setting up the public repository for the SAGE implementation Differentially Definable...
authorAntonio Jimenez Pastor <ajpastor@risc.uni-linz.ac.at>
Thu, 8 Mar 2018 10:39:24 +0000 (11:39 +0100)
committerAntonio Jimenez Pastor <ajpastor@risc.uni-linz.ac.at>
Thu, 8 Mar 2018 10:39:24 +0000 (11:39 +0100)
commitda67015149d99a8d64e49c1bb16a681130a7af9e
tree28563293de27f2537e4a78654ca8f247f3a79f7b
Setting up the public repository for the SAGE implementation Differentially Definable Functions.
50 files changed:
Makefile [new file with mode: 0644]
SPKG.txt [new file with mode: 0644]
ajpastor/__init__.py [new file with mode: 0644]
ajpastor/dd_functions/__init__.py [new file with mode: 0644]
ajpastor/dd_functions/ddExamples.py [new file with mode: 0644]
ajpastor/dd_functions/ddFunction.py [new file with mode: 0644]
ajpastor/dd_functions/symbolic.py [new file with mode: 0644]
ajpastor/lazy/__init__.py [new file with mode: 0644]
ajpastor/lazy/conversion.py [new file with mode: 0644]
ajpastor/lazy/lazyFracField.py [new file with mode: 0644]
ajpastor/lazy/lazyIDElements.py [new file with mode: 0644]
ajpastor/lazy/lazyRing.py [new file with mode: 0644]
ajpastor/lazy/lazyToPoly.py [new file with mode: 0644]
ajpastor/misc/__init__.py [new file with mode: 0644]
ajpastor/misc/bareiss.py [new file with mode: 0644]
ajpastor/misc/cached_property.py [new file with mode: 0644]
ajpastor/misc/dinamic_string.py [new file with mode: 0644]
ajpastor/misc/euclidean.py [new file with mode: 0644]
ajpastor/misc/hermite.py [new file with mode: 0644]
ajpastor/misc/matrix.py [new file with mode: 0644]
ajpastor/misc/nullspace_wrapper.py [new file with mode: 0644]
ajpastor/misc/restore.py [new file with mode: 0644]
ajpastor/misc/ring_w_sequence.py [new file with mode: 0644]
ajpastor/misc/storj_villard.py [new file with mode: 0644]
ajpastor/misc/timing.py [new file with mode: 0644]
ajpastor/misc/verbose.py [new file with mode: 0644]
ajpastor/operator/__init__.py [new file with mode: 0644]
ajpastor/operator/directStepOperator.py [new file with mode: 0644]
ajpastor/operator/fullLazyOperator.py [new file with mode: 0644]
ajpastor/operator/lazyStepOperator.py [new file with mode: 0644]
ajpastor/operator/listOperator.py [new file with mode: 0644]
ajpastor/operator/operator.py [new file with mode: 0644]
ajpastor/operator/oreOperator.py [new file with mode: 0644]
ajpastor/operator/polynomialLazyOperator.py [new file with mode: 0644]
ajpastor/operator/twoStepsOperator.py [new file with mode: 0644]
ajpastor/tests/__init__.py [new file with mode: 0644]
ajpastor/tests/dd_functions/__init__.py [new file with mode: 0644]
ajpastor/tests/dd_functions/bessel.py [new file with mode: 0644]
ajpastor/tests/dd_functions/chebyshev.py [new file with mode: 0644]
ajpastor/tests/dd_functions/ddFunction.py [new file with mode: 0644]
ajpastor/tests/dd_functions/ddFunction2.py [new file with mode: 0644]
ajpastor/tests/dd_functions/examples.py [new file with mode: 0644]
ajpastor/tests/dd_functions/hypergeometric.py [new file with mode: 0644]
ajpastor/tests/dd_functions/identities.py [new file with mode: 0644]
dependencies [new file with mode: 0644]
package-version.txt [new file with mode: 0644]
releases/diff_defined_functions__0.0.zip [new file with mode: 0644]
releases/old/diff_defined_functions__0.0__18.03.08_11:36:53.zip [new file with mode: 0644]
setup.py [new file with mode: 0644]
type [new file with mode: 0644]