Package jline.solvers.fluid.moments
Class FluidRefineMeanfield.Result
java.lang.Object
jline.solvers.fluid.moments.FluidRefineMeanfield.Result
- Enclosing class:
- FluidRefineMeanfield
The correction, plus what it took to compute it.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal doubleCondition number of the Jacobian on the reachable subspace.final intNumber of covariance directions kept.final doubleResidual norm of A*V + b.final doubleStep used by the second difference.final double[]The (n x 1) correction to be added to x. -
Method Summary
-
Field Details
-
V
public final double[] VThe (n x 1) correction to be added to x. -
rank
public final int rankNumber of covariance directions kept. -
stepsize
public final double stepsizeStep used by the second difference. -
residual
public final double residualResidual norm of A*V + b. -
condition
public final double conditionCondition number of the Jacobian on the reachable subspace.
-