Package jline.api.mam
Class Mmap_issymKt
-
- All Implemented Interfaces:
public final class Mmap_issymKt
-
-
Method Summary
Modifier and Type Method Description final static Boolean
mmap_issym(MatrixCell mmap, Double tolerance)
Checks if an MMAP is symmetric. -
-
Method Detail
-
mmap_issym
final static Boolean mmap_issym(MatrixCell mmap, Double tolerance)
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 (default: 1e-12)- Returns:
True if the MMAP is symmetric, false otherwise
-
-
-
-