Package jline.api.mam
Class Map_checkfeasible
java.lang.Object
jline.api.mam.Map_checkfeasible
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanmap_checkfeasible(MatrixCell MAP, double TOL) Check the feasibility of a MAP with detailed validation.static booleanmap_checkfeasible(Matrix D0, Matrix D1) static booleanmap_checkfeasible(Matrix D0, Matrix D1, double TOL) Check the feasibility of a MAP given separate D0 and D1 matrices.
-
Method Details
-
map_checkfeasible
Check the feasibility of a MAP with detailed validation. -
map_checkfeasible
Check the feasibility of a MAP given separate D0 and D1 matrices. -
map_checkfeasible
-