Go to the source code of this file.
|
auto | math::differentiation::numeric_3D::central_difference::partialX (auto f, const auto x, const auto y, const auto t) |
| Approximates the partial derivative ∂f/∂x of a function f(x, y, t) using central differences. More...
|
|
auto | math::differentiation::numeric_3D::central_difference::partialY (auto f, const auto x, const auto y, const auto t) |
| Approximates the partial derivative ∂f/∂y of a function f(x, y, t) using central differences. More...
|
|
auto | math::differentiation::numeric_3D::central_difference::partialT (auto f, const auto x, const auto y, const auto t) |
| Approximates the partial derivative ∂f/∂t of a function f(x, y, t) using central differences. More...
|
|