opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
integrator_method.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace opyn
6{
20
22 osc::CStringView label_for(const IntegratorMethod& integrator_method);
23}
Definition c_string_view.h:12
Definition component_registry.h:14
IntegratorMethod
Represents the integrator methodologies supported by the backend.
Definition integrator_method.h:8
osc::CStringView label_for(const IntegratorMethod &integrator_method)
Returns a human-readable label (no decorations) for integrator_method.