Uses of Interface
org.ejml.ops.DElementCoorBoolean
-
Uses of DElementCoorBoolean in org.ejml.dense.row
Modifier and TypeMethodDescriptionstatic BMatrixRMaj
CommonOps_DDRM.elementBoolean
(DMatrixRMaj input, DElementCoorBoolean func, @Nullable BMatrixRMaj output) Applies a binary operator to even element in the input matrix.static BMatrixRMaj
CommonOps_FDRM.elementBoolean
(FMatrixRMaj input, DElementCoorBoolean func, @Nullable BMatrixRMaj output) Applies a binary operator to even element in the input matrix.