Tatooine
|
Go to the source code of this file.
Namespaces | |
namespace | tatooine |
Functions | |
template<typename Real , size_t N, size_t... Is> | |
auto | tatooine::newton_raphson (const symbolic::field< Real, N, N > &v, typename symbolic::field< Real, N, N >::pos_type x, Real t, size_t n, double precision, std::index_sequence< Is... >) |
template<typename Real , size_t N> | |
auto | tatooine::newton_raphson (const symbolic::field< Real, N, N > &v, typename symbolic::field< Real, N, N >::pos_type x, Real t, size_t n, double precision=1e-10) |