Uses of Interface
org.ejml.ops.DElementCoorBoolean
Packages that use DElementCoorBoolean
-
Uses of DElementCoorBoolean in org.ejml.dense.row
Methods in org.ejml.dense.row with parameters of type DElementCoorBooleanModifier and TypeMethodDescriptionstatic BMatrixRMajCommonOps_DDRM.elementBoolean(DMatrixRMaj input, DElementCoorBoolean func, @Nullable BMatrixRMaj output) Applies a binary operator to even element in the input matrix.static BMatrixRMajCommonOps_FDRM.elementBoolean(FMatrixRMaj input, DElementCoorBoolean func, @Nullable BMatrixRMaj output) Applies a binary operator to even element in the input matrix.