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 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
Methods in org.ejml.sparse.csc with parameters of type FOperatorUnaryModifier 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).