Package jline.lib.butools.map
Class MinimalRepFromMRAPKt
-
- All Implemented Interfaces:
public final class MinimalRepFromMRAPKt
-
-
Method Summary
Modifier and Type Method Description final static MatrixCellminimalRepFromMRAP(MatrixCell H, String how, Double precision)Returns the minimal representation of a marked rational arrival process. final static MatrixCellminimalRepFromMRAP(MatrixCell H, String how)Returns the minimal representation of a marked rational arrival process. final static MatrixCellminimalRepFromMRAP(MatrixCell H)Returns the minimal representation of a marked rational arrival process. final static MatrixCellminimalRepFromMRAP(Array<Matrix> H, String how, Double precision)Overload for Array<Matrix>. final static MatrixCellminimalRepFromMRAP(Array<Matrix> H, String how)Overload for Array<Matrix>. final static MatrixCellminimalRepFromMRAP(Array<Matrix> H)Overload for Array<Matrix>. -
-
Method Detail
-
minimalRepFromMRAP
@JvmOverloads() final static MatrixCell minimalRepFromMRAP(MatrixCell H, String how, Double precision)
Returns the minimal representation of a marked rational arrival process.
- Parameters:
H- The list of H0, H1, ...how- Determines how the representation is minimized: "cont" = controllability, "obs" = observability, "obscont" = both (default)precision- Precision used by the Staircase algorithm (default 1e-12)- Returns:
The D0, D1, ..., DK matrices of the minimal representation (as MatrixCell)
-
minimalRepFromMRAP
@JvmOverloads() final static MatrixCell minimalRepFromMRAP(MatrixCell H, String how)
Returns the minimal representation of a marked rational arrival process.
- Parameters:
H- The list of H0, H1, ...how- Determines how the representation is minimized: "cont" = controllability, "obs" = observability, "obscont" = both (default)- Returns:
The D0, D1, ..., DK matrices of the minimal representation (as MatrixCell)
-
minimalRepFromMRAP
@JvmOverloads() final static MatrixCell minimalRepFromMRAP(MatrixCell H)
Returns the minimal representation of a marked rational arrival process.
- Parameters:
H- The list of H0, H1, ...- Returns:
The D0, D1, ..., DK matrices of the minimal representation (as MatrixCell)
-
minimalRepFromMRAP
@JvmOverloads() final static MatrixCell minimalRepFromMRAP(Array<Matrix> H, String how, Double precision)
Overload for Array<Matrix>.
-
minimalRepFromMRAP
@JvmOverloads() final static MatrixCell minimalRepFromMRAP(Array<Matrix> H, String how)
Overload for Array<Matrix>.
-
minimalRepFromMRAP
@JvmOverloads() final static MatrixCell minimalRepFromMRAP(Array<Matrix> H)
Overload for Array<Matrix>.
-
-
-
-