Uses of Interface
org.ejml.ops.FOperatorBinaryIdx
-
Uses of FOperatorBinaryIdx in org.ejml.sparse.csc
Modifier and TypeMethodDescriptionstatic FMatrixSparseCSC
CommonOps_FSCC.applyColumnIdx
(FMatrixSparseCSC input, FOperatorBinaryIdx func, @Nullable FMatrixSparseCSC output) This applies a given unary function on every non-zero column, value stored in the matrix B = f(A).static FMatrixSparseCSC
CommonOps_FSCC.applyRowIdx
(FMatrixSparseCSC input, FOperatorBinaryIdx func, @Nullable FMatrixSparseCSC output) This applies a given unary function on every nz row,value stored in the matrix B = f(A).