numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Definition of no_jacobian_implicit_kaps_problem class. More...
#include <Eigen/Core>
#include "num_collect/ode/concepts/mass_problem.h"
#include "num_collect/ode/concepts/multi_variate_problem.h"
#include "num_collect/ode/evaluation_type.h"
Go to the source code of this file.
Classes | |
class | num_prob_collect::ode::no_jacobian_implicit_kaps_problem |
Class of Kaps' problem [15] without Jacobian matrix. More... | |
Namespaces | |
namespace | num_prob_collect |
Namespace of problems for test of num_collect. | |
namespace | num_prob_collect::ode |
Namespace of ordinary differential equation problems. | |
Definition of no_jacobian_implicit_kaps_problem class.
Definition in file no_jacobian_implicit_kaps_problem.h.