Added the header for documentation to all .py files master
authorAntonio Jimenez Pastor <antonio@ebook.dk-compmath.jku.at>
Tue, 16 Jul 2019 15:26:24 +0000 (17:26 +0200)
committerAntonio Jimenez Pastor <antonio@ebook.dk-compmath.jku.at>
Tue, 16 Jul 2019 15:26:24 +0000 (17:26 +0200)
commit848805b4eb57842eed9e6a6cc2faeb16e251565c
tree1c951e6cd2a47e58e591688eac090f638bbe1a43
parent915949e59dbd8833f9c37646fa242cede1550b28
Added the header for documentation to all .py files

This includes a basic description of the file and the License remark in
all the files created by me.
40 files changed:
ajpastor/__init__.py
ajpastor/dd_functions/__init__.py
ajpastor/dd_functions/ddExamples.py
ajpastor/dd_functions/lazyDDRing.py
ajpastor/dd_functions/symbolic.py
ajpastor/dd_functions/toDiffAlgebraic.py
ajpastor/lazy/__init__.py
ajpastor/lazy/conversion.py
ajpastor/lazy/lazyFracField.py
ajpastor/lazy/lazyIDElements.py
ajpastor/lazy/lazyRing.py
ajpastor/lazy/lazyToPoly.py
ajpastor/misc/__init__.py
ajpastor/misc/bareiss.py
ajpastor/misc/dinamic_string.py
ajpastor/misc/exceptions.py
ajpastor/misc/matrix.py
ajpastor/misc/restore.py
ajpastor/misc/ring_w_sequence.py
ajpastor/misc/sequence_manipulation.py
ajpastor/misc/verbose.py
ajpastor/operator/__init__.py
ajpastor/operator/directStepOperator.py
ajpastor/operator/fullLazyOperator.py
ajpastor/operator/lazyStepOperator.py
ajpastor/operator/listOperator.py
ajpastor/operator/operator.py
ajpastor/operator/oreOperator.py
ajpastor/operator/polynomialLazyOperator.py
ajpastor/operator/twoStepsOperator.py
ajpastor/tests/__init__.py
ajpastor/tests/dd_functions/__init__.py
ajpastor/tests/dd_functions/base_test.py
ajpastor/tests/dd_functions/bessel.py
ajpastor/tests/dd_functions/chebyshev.py
ajpastor/tests/dd_functions/ddFunction.py
ajpastor/tests/dd_functions/ddFunction2.py
ajpastor/tests/dd_functions/examples.py
ajpastor/tests/dd_functions/hypergeometric.py
ajpastor/tests/dd_functions/identities.py