Uses of Interface
org.ejml.ops.FOperatorUnary
Packages that use FOperatorUnary
-
Uses of FOperatorUnary in org.ejml.dense.row
Methods in org.ejml.dense.row with parameters of type FOperatorUnaryModifier and TypeMethodDescriptionstatic FMatrixRMajCommonOps_FDRM.apply(FMatrixRMaj input, FOperatorUnary func) static FMatrixRMajCommonOps_FDRM.apply(FMatrixRMaj input, FOperatorUnary func, @Nullable FMatrixRMaj output) This applies a given unary function on every value stored in the matrix -
Uses of FOperatorUnary in org.ejml.sparse.csc
Methods in org.ejml.sparse.csc with parameters of type FOperatorUnaryModifier and TypeMethodDescriptionstatic FMatrixSparseCSCCommonOps_FSCC.apply(FMatrixSparseCSC input, FOperatorUnary func) static FMatrixSparseCSCCommonOps_FSCC.apply(FMatrixSparseCSC input, FOperatorUnary func, @Nullable FMatrixSparseCSC output) This applies a given unary function on every value stored in the matrix B = f(A).