Go to the source code of this file.
|
| tatooine::analytical::numerical::center () -> center< double > |
|
template<template< typename, size_t > typename ODESolver = ode::boost::rungekuttafehlberg78, template< typename > typename InterpolationKernel = interpolation::cubic, floating_point Real> |
constexpr auto | tatooine::analytical::numerical::flowmap (vectorfield< analytical::numerical::center< Real >, Real, 2 > const &v, tag::numerical_t) |
|
template<floating_point Real> |
constexpr auto | tatooine::analytical::numerical::flowmap (vectorfield< analytical::numerical::center< Real >, Real, 2 > const &, tag::analytical_t) |
|
template<floating_point Real> |
constexpr auto | tatooine::analytical::numerical::flowmap (vectorfield< analytical::numerical::center< Real >, Real, 2 > const &v) |
|
template<floating_point Real> |
constexpr auto | tatooine::diff (analytical::numerical::center< Real > &) |
|
template<floating_point Real> |
constexpr auto | tatooine::diff (vectorfield< analytical::numerical::center< Real >, Real, 2 > const &) |
|