Package jline.lib.butools.map
Class CheckMAPRepresentation
java.lang.Object
jline.lib.butools.map.CheckMAPRepresentation
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleancheckMAPRepresentation(Matrix D0, Matrix D1) static booleancheckMAPRepresentation(Matrix D0, Matrix D1, double prec) Checks if the input matrices define a continuous time MAP.static booleancheckRAPRepresentation(Matrix H0, Matrix H1) static booleancheckRAPRepresentation(Matrix H0, Matrix H1, double prec) Checks if the input matrices define a valid RAP representation.
-
Method Details
-
checkMAPRepresentation
Checks if the input matrices define a continuous time MAP. -
checkMAPRepresentation
-
checkRAPRepresentation
Checks if the input matrices define a valid RAP representation. -
checkRAPRepresentation
-