Class FJFixedPoint.FJState

java.lang.Object
jline.solvers.fj.FJFixedPoint.FJState
Enclosing class:
FJFixedPoint

public static class FJFixedPoint.FJState extends Object
State the fixed point retains across calls, as MATLAB keeps on the solver.
  • Field Details

    • mmtCache

      public Ret.FJApprox mmtCache
      Cached MMT transformation, reused while the struct version matches.
    • fjForkLambda

      public Matrix fjForkLambda
      Auxiliary-class arrival rates, the warm start of the next call.
  • Constructor Details

    • FJState

      public FJState()
    • FJState

      public FJState(Ret.FJApprox mmtCache, Matrix fjForkLambda)