Package jline.api.mam
Class Mmap_issym
java.lang.Object
jline.api.mam.Mmap_issym
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanmmap_issym(MatrixCell mmap) static booleanmmap_issym(MatrixCell mmap, double tolerance) Checks if an MMAP is symmetric.
-
Method Details
-
mmap_issym
Checks if an MMAP is symmetric. An MMAP is symmetric if all its matrices are symmetric.- Parameters:
mmap- The MMAP to checktolerance- Tolerance for numerical comparison- Returns:
- True if the MMAP is symmetric, false otherwise
-
mmap_issym
-