finite_difference
finite_difference(grid, values, order, accuracy=2, stencil=None, end_point_accuracy=1, axes=None, dtype='float64', **kw):
Computes a finite difference derivative for the values on the grid
grid:np.ndarraythe grid of points for which the vlaues lie on
values:np.ndarraythe values on the grid
order:int | Iterable[int]order of the derivative to compute
stencil:int | Iterable[int]number of points to use in the stencil
accuracy:int | Iterable[int]approximate accuracy of the derivative to request (overridden by
stencil)end_point_accuracy:int | Iterable[int]extra stencil points to use on the edges
axes:int | Iterable[int]which axes to perform the successive derivatives over (defaults to the first n axes)
:returns:_No description…
Examples:
finite_difference
finite_difference(grid, values, order, accuracy=2, stencil=None, end_point_accuracy=1, axes=None, dtype='float64', **kw):
Computes a finite difference derivative for the values on the grid
grid:np.ndarraythe grid of points for which the vlaues lie on
values:np.ndarraythe values on the grid
order:int | Iterable[int]order of the derivative to compute
stencil:int | Iterable[int]number of points to use in the stencil
accuracy:int | Iterable[int]approximate accuracy of the derivative to request (overridden by
stencil)end_point_accuracy:int | Iterable[int]extra stencil points to use on the edges
axes:int | Iterable[int]which axes to perform the successive derivatives over (defaults to the first n axes)
:returns:_No description…
Examples:
Edit Examples or
Create New Examples
Edit Template or
Create New Template
Edit Docstrings
Edit Examples or
Create New Examples
Edit Template or
Create New Template
Edit Docstrings