Package jline.solvers.fluid.moments
Class FluidNonHyperbolicException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jline.solvers.fluid.moments.FluidNonHyperbolicException
- All Implemented Interfaces:
Serializable
The fluid fixed point has no stationary linear noise approximation: the drift
Jacobian is not Hurwitz on the reachable subspace (balanced bottlenecks, a
saturated multiclass station, an overloaded open station).
Typed so the caller can tell it apart from any other failure.
FluidMinNormalApplicable cannot see this in advance -- it exists only
once the mean is solved -- so SolverFluid switches a RESOLVED
minnormal to the first-order method on this class alone. An explicit
options.method="minnormal" still propagates. MATLAB twin: the
LINE:FluidNonHyperbolic identifier raised by fluid_lyapunov.m.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FluidNonHyperbolicException
-