Package jline.api.mam
Class Mmap_max
java.lang.Object
jline.api.mam.Mmap_max
-
Method Summary
Modifier and TypeMethodDescriptionstatic MatrixCellmmap_max(MatrixCell mmap1, MatrixCell mmap2) Computes the element-wise maximum of two MMAPs.static MatrixCellmmap_max_multiple(List<MatrixCell> mmaps) Computes the element-wise maximum of multiple MMAPs.
-
Method Details
-
mmap_max
Computes the element-wise maximum of two MMAPs. -
mmap_max_multiple
Computes the element-wise maximum of multiple MMAPs.
-