Class LeapFrogging.DynamicsState
- java.lang.Object
-
- dev.nm.stat.random.rng.multivariate.mcmc.hybrid.LeapFrogging.DynamicsState
-
- Enclosing class:
- LeapFrogging
public static final class LeapFrogging.DynamicsState extends Object
Contains the entire state (both the position and the momentum) at a given point in time.
-
-
Constructor Summary
Constructors Constructor Description DynamicsState(Vector x, Vector p)
Constructs a new instance with the given position and momentum.
-