Package jline.api.mam
Class Mmap_maxKt
-
- All Implemented Interfaces:
public final class Mmap_maxKt
-
-
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. -
-
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 MMAPmmap2
- 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
-
-
-
-