Package jline.lib.butools.map
Class CheckMRAPRepresentation
java.lang.Object
jline.lib.butools.map.CheckMRAPRepresentation
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanstatic booleancheckMRAPRepresentation(Matrix[] H, double prec) Overload for Matrix[].static booleanstatic booleancheckMRAPRepresentation(MatrixCell H, double prec) Checks if the input matrices define a continuous time MRAP.
-
Method Details
-
checkMRAPRepresentation
Checks if the input matrices define a continuous time MRAP. All matrices H0...HK must have the same size, the dominant eigenvalue of H0 has negative real part, and the rowsum of H0+H1+...+HK is 0 (up to the numerical precision).- Parameters:
H- The H0...HK matrices of the MRAP to check (as MatrixCell)prec- Numerical precision, default value is 1e-14- Returns:
- True if the matrices define a valid MRAP
-
checkMRAPRepresentation
-
checkMRAPRepresentation
Overload for Matrix[]. -
checkMRAPRepresentation
-