Uses of Interface
org.ejml.ops.DOperatorBinaryIdx
Packages that use DOperatorBinaryIdx
-
Uses of DOperatorBinaryIdx in org.ejml.sparse.csc
Methods in org.ejml.sparse.csc with parameters of type DOperatorBinaryIdxModifier and TypeMethodDescriptionstatic DMatrixSparseCSC
CommonOps_DSCC.applyColumnIdx
(DMatrixSparseCSC input, DOperatorBinaryIdx func, @Nullable DMatrixSparseCSC output) This applies a given unary function on every non-zero column, value stored in the matrix B = f(A).static DMatrixSparseCSC
CommonOps_DSCC.applyRowIdx
(DMatrixSparseCSC input, DOperatorBinaryIdx func, @Nullable DMatrixSparseCSC output) This applies a given unary function on every nz row,value stored in the matrix B = f(A).