Package eu.bandm.sig.adlib2.math
Interface FloatDynamics.Integrator.Factory<C extends FloatVectorMap.Computer,I extends FloatDynamics.Integrator>
- Enclosing class:
FloatDynamics.Integrator<C extends FloatVectorMap.Computer>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface FloatDynamics.Integrator.Factory<C extends FloatVectorMap.Computer,I extends FloatDynamics.Integrator>
-
Method Summary
Modifier and TypeMethodDescriptionnewInstance(C body, FloatSignalSourceVector<?> inputs, Optional<ConstantRealtimeContext> context)
-
Method Details
-
newInstance
-