Package jline.lib.butools.map
Class MinimalRepFromRAP
java.lang.Object
jline.lib.butools.map.MinimalRepFromRAP
-
Method Summary
Modifier and TypeMethodDescriptionminimalRepFromRAP(Matrix H0, Matrix H1) minimalRepFromRAP(Matrix H0, Matrix H1, String how) minimalRepFromRAP(Matrix H0, Matrix H1, String how, double precision) Returns the minimal representation of a rational arrival process.
-
Method Details
-
minimalRepFromRAP
public static Pair<Matrix,Matrix> minimalRepFromRAP(Matrix H0, Matrix H1, String how, double precision) Returns the minimal representation of a rational arrival process.- Parameters:
H0- The H0 matrix of the rational arrival processH1- The H1 matrix of the rational arrival processhow- Determines how the representation is minimized: "cont" = controllability, "obs" = observability, "obscont" = both (default)precision- Precision used by the Staircase algorithm (default 1e-12)- Returns:
- Pair of (D0, D1) matrices of the minimal representation
-
minimalRepFromRAP
-
minimalRepFromRAP
-