Package jline.api.mam

Class Mmap_maxKt

  • All Implemented Interfaces:

    
    public final class Mmap_maxKt
    
                        
    • 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 MatrixCell mmap_max(MatrixCell mmap1, MatrixCell mmap2) Computes the element-wise maximum of two MMAPs.
      final static MatrixCell mmap_max_multiple(List<MatrixCell> mmaps) Computes the element-wise maximum of multiple MMAPs.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • mmap_max

         final static MatrixCell mmap_max(MatrixCell mmap1, MatrixCell mmap2)

        Computes the element-wise maximum of two MMAPs. The result has the same structure as the input MMAPs.

        Parameters:
        mmap1 - First MMAP
        mmap2 - Second MMAP
        Returns:

        MMAP with element-wise maximum values

      • mmap_max_multiple

         final static MatrixCell mmap_max_multiple(List<MatrixCell> mmaps)

        Computes the element-wise maximum of multiple MMAPs.

        Parameters:
        mmaps - List of MMAPs
        Returns:

        MMAP with element-wise maximum values across all inputs