Class NativeSimulationBackend

java.lang.Object
org.episteme.nativ.physics.classical.mechanics.simulation.backends.NativeSimulationBackend
All Implemented Interfaces:
AlgorithmProvider, Backend, ComputeBackend, CPUBackend, NativeBackend, SimulationProvider

@AutoService(SimulationProvider.class) public class NativeSimulationBackend extends Object implements SimulationProvider, CPUBackend, NativeBackend
Native multicore implementation of SimulationProvider. This class provides a native-optimized execution environment for simulations.
Since:
1.1
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)