Uses of Interface
org.ejml.ops.FOperatorUnary
-
Uses of FOperatorUnary in org.ejml.dense.row
Modifier and TypeMethodDescriptionstatic FMatrixRMaj
CommonOps_FDRM.apply
(FMatrixRMaj input, FOperatorUnary func) static FMatrixRMaj
CommonOps_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
Modifier and TypeMethodDescriptionstatic FMatrixSparseCSC
CommonOps_FSCC.apply
(FMatrixSparseCSC input, FOperatorUnary func) static FMatrixSparseCSC
CommonOps_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).