Package jline.api.mam

Class Mmap_max

java.lang.Object
jline.api.mam.Mmap_max

public final class Mmap_max extends Object
  • Method Details

    • mmap_max

      public static MatrixCell mmap_max(MatrixCell mmap1, MatrixCell mmap2)
      Computes the element-wise maximum of two MMAPs.
    • mmap_max_multiple

      public static MatrixCell mmap_max_multiple(List<MatrixCell> mmaps)
      Computes the element-wise maximum of multiple MMAPs.