Package jline.lib.butools.dmap
Class CheckDRAPRepresentation
java.lang.Object
jline.lib.butools.dmap.CheckDRAPRepresentation
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleancheckDRAPRepresentation(Matrix D0, Matrix D1) static booleancheckDRAPRepresentation(Matrix D0, Matrix D1, double prec) Checks if the input matrices define a discrete time RAP.
-
Method Details
-
checkDRAPRepresentation
Checks if the input matrices define a discrete time RAP.- Parameters:
D0- The D0 matrix of the DRAP to checkD1- The D1 matrix of the DRAP to checkprec- Numerical precision- Returns:
- True if the matrices define a valid DRAP
-
checkDRAPRepresentation
-