Package jline.lib.butools.dmap
Class CheckDRAPRepresentationKt
-
- All Implemented Interfaces:
public final class CheckDRAPRepresentationKt
-
-
Method Summary
Modifier and Type Method Description final static BooleancheckDRAPRepresentation(Matrix D0, Matrix D1, Double prec)Checks if the input matrices define a discrete time RAP. -
-
Method Detail
-
checkDRAPRepresentation
final static Boolean checkDRAPRepresentation(Matrix D0, Matrix D1, Double prec)
Checks if the input matrices define a discrete time RAP.
Matrices H0 and H1 must have the same size, the dominant eigenvalue of H0 is real and less than 1, and the rowsum of H0+H1 is 1 (up to the numerical precision).
- Parameters:
D0- The D0 matrix of the DRAP to checkD1- The D1 matrix of the DRAP to checkprec- Numerical precision, default value is 1e-14- Returns:
True if the matrices define a valid DRAP
-
-
-
-