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 FMatrixSparseCSCCommonOps_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 FMatrixSparseCSCCommonOps_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).