Package jline.lib.butools.mc
Class CheckGenerator
java.lang.Object
jline.lib.butools.mc.CheckGenerator
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanstatic booleancheckGenerator(Matrix Q, boolean transient_) static booleancheckGenerator(Matrix Q, boolean transient_, double prec) Checks if the matrix is a valid generator matrix.
-
Method Details
-
checkGenerator
Checks if the matrix is a valid generator matrix.- Parameters:
Q- The generator to check.transient_- If true, checks if Q is a transient generator.prec- Precision threshold (default 1e-14).- Returns:
- The result of the check.
-
checkGenerator
-
checkGenerator
-