numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Definition of avf_integrand class. More...
#include "num_collect/constants/one.h"
#include "num_collect/ode/concepts/problem.h"
#include "num_collect/ode/evaluation_type.h"
Go to the source code of this file.
Classes | |
class | num_collect::ode::avf::impl::avf_integrand< Problem > |
Class of integrand for average vector field (AVF) method [21]. More... | |
Namespaces | |
namespace | num_collect |
Namespace of num_collect source codes. | |
namespace | num_collect::ode |
Namespace of solvers of ordinary differential equations (ODE). | |
namespace | num_collect::ode::avf |
Namespace of average vector field (AVF) method. | |
namespace | num_collect::ode::avf::impl |
Namespace of internal implementations. | |
Definition of avf_integrand class.
Definition in file avf_integrand.h.