Uses of Interface
org.ejml.ops.DOperatorBinaryIdx
-
Uses of DOperatorBinaryIdx in org.ejml.sparse.csc
Modifier 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).