maroba / findiff

Python package for numerical derivatives and partial differential equations in any number of dimensions.
MIT License
420 stars 60 forks source link

Matrix representation does not pass accuracy order #28

Closed maroba closed 3 years ago

maroba commented 3 years ago
d = FinDiff(0, 1, 2)
d2 = FinDiff(0, 1, 2, acc=4)
d-d2

results in zero matrix.