Package jline.api.mam

Class Mmap_issymKt

  • All Implemented Interfaces:

    
    public final class Mmap_issymKt
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static Boolean mmap_issym(MatrixCell mmap, Double tolerance) Checks if an MMAP is symmetric.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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 check
        tolerance - Tolerance for numerical comparison (default: 1e-12)
        Returns:

        True if the MMAP is symmetric, false otherwise