Uses of Interface
org.ejml.ops.FOperatorBinaryIdx
Packages that use FOperatorBinaryIdx
-
Uses of FOperatorBinaryIdx in org.ejml.sparse.csc
Methods in org.ejml.sparse.csc with parameters of type FOperatorBinaryIdxModifier 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).