Template Function diffeq::core::composable::make_builder_copy
Defined in File integrator_builder.hpp
Function Documentation
-
template<typename Integrator>
auto diffeq::core::composable::make_builder_copy(const Integrator &integrator) Create a builder starting with a copied integrator.
- Template Parameters:
Integrator – Integrator type (must be copyable)
- Parameters:
integrator – Integrator to copy and build upon
- Returns:
IntegratorBuilder for fluent composition