Class UnscentedEvolution

    • Constructor Detail

      • UnscentedEvolution

        public UnscentedEvolution​(double currentTime,
                                  RealVector[] currentStates)
        Constructor.
        Parameters:
        currentTime - current time
        currentStates - state vectors at current time
    • Method Detail

      • getCurrentTime

        public double getCurrentTime()
        Get current time.
        Returns:
        current time
      • getCurrentStates

        public RealVector[] getCurrentStates()
        Get current states.
        Returns:
        current states