Tatooine
|
Go to the source code of this file.
Namespaces | |
namespace | tatooine |
Functions | |
auto | tatooine::finite_differences_coefficients (std::size_t const derivative_order, floating_point auto const ... xs) |
See What is this? for an explanation. More... | |
template<typename Tensor , floating_point Real, std::size_t N> | |
auto | tatooine::finite_differences_coefficients (std::size_t const derivative_order, base_tensor< Tensor, Real, N > const &v) |
See What is this? for an explanation. More... | |
template<typename Tensor , floating_point Real, std::size_t N> | |
auto | tatooine::finite_differences_coefficients (std::size_t const derivative_order, vec< Real, N > const &v) |
See What is this? for an explanation. More... | |
template<floating_point_range R> requires (!static_tensor<R>) | |
auto | tatooine::finite_differences_coefficients (std::size_t const derivative_order, R const &v) |
See What is this? for an explanation. More... | |