numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Definition of inexact_newton_slope_equation_solver class. More...
#include <cmath>
#include <optional>
#include <Eigen/Core>
#include <Eigen/LU>
#include "num_collect/base/exception.h"
#include "num_collect/base/index_type.h"
#include "num_collect/base/iterative_solver_base.h"
#include "num_collect/base/precondition.h"
#include "num_collect/logging/iterations/iteration_logger.h"
#include "num_collect/logging/log_tag_view.h"
#include "num_collect/logging/logging_macros.h"
#include "num_collect/ode/concepts/differentiable_problem.h"
#include "num_collect/ode/concepts/multi_variate_differentiable_problem.h"
#include "num_collect/ode/concepts/single_variate_differentiable_problem.h"
#include "num_collect/ode/error_tolerances.h"
#include "num_collect/ode/evaluation_type.h"
Go to the source code of this file.
Classes | |
class | num_collect::ode::inexact_newton_slope_equation_solver< Problem > |
Class to solve equations of implicit slopes using inexact Newton method. More... | |
Namespaces | |
namespace | num_collect |
Namespace of num_collect source codes. | |
namespace | num_collect::ode |
Namespace of solvers of ordinary differential equations (ODE). | |
Variables | |
constexpr auto | num_collect::ode::inexact_newton_slope_equation_solver_tag |
Log tag. | |
Definition of inexact_newton_slope_equation_solver class.
Definition in file inexact_newton_slope_equation_solver.h.