micropython-ulab/tests/2d/scipy
Harald Milz 73ed8cc11f
Add scipy integration (#699)
* adding scipy integrate, initial check-in

* compile unix double-precision, select integrations algos

* bumping ulab version number to 6.7.0

* adding documentation

* documentation fix

* documentation fix

* documentation fix

* rewritten in some places

* complex number error handling

* added test cases

* resolved importing scipy.integrate

* resolved importing scipy.integrate #2

* build integrate only when we have MICROPY_FLOAT_IMPL_DOUBLE

* reverting commit a4c0c0b

* re-pushing failed commit

* Revert "re-pushing failed commit"

This reverts commit a10e89fe14.

* improve tests using math.isclose()

* enabled fp32 builds

* removed conditional includes

* adapted to new function names, corrected importing

* function names similar to in CPython scipy.integrate, some minor corrections

* major rewrite representing the name changes, mapping to CPython scipy.integrate, more background info
2024-12-15 18:49:08 +01:00
..
cho_solve.py Re-organize tests 2021-07-23 09:19:10 -05:00
cho_solve.py.exp Re-organize tests 2021-07-23 09:19:10 -05:00
integrate.py Add scipy integration (#699) 2024-12-15 18:49:08 +01:00
integrate.py.exp Add scipy integration (#699) 2024-12-15 18:49:08 +01:00
solve_triangular.py Re-organize tests 2021-07-23 09:19:10 -05:00
solve_triangular.py.exp Re-organize tests 2021-07-23 09:19:10 -05:00
sosfilt.py trying to solve macintosh compilation error 2022-01-19 17:46:41 +01:00
sosfilt.py.exp implement nonzero (#540) 2022-08-03 20:56:45 +02:00