Package jline.api.mam

Class Mmap_issym

java.lang.Object
jline.api.mam.Mmap_issym

public final class Mmap_issym extends Object
  • Method Details

    • mmap_issym

      public 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 check
      tolerance - Tolerance for numerical comparison
      Returns:
      True if the MMAP is symmetric, false otherwise
    • mmap_issym

      public static boolean mmap_issym(MatrixCell mmap)