Uses of Interface
org.ejml.ops.DOperatorUnary
-
Uses of DOperatorUnary in org.ejml.dense.row
Modifier and TypeMethodDescriptionstatic DMatrixRMaj
CommonOps_DDRM.apply
(DMatrixRMaj input, DOperatorUnary func) static DMatrixRMaj
CommonOps_DDRM.apply
(DMatrixRMaj input, DOperatorUnary func, @Nullable DMatrixRMaj output) This applies a given unary function on every value stored in the matrix -
Uses of DOperatorUnary in org.ejml.sparse.csc
Modifier and TypeMethodDescriptionstatic DMatrixSparseCSC
CommonOps_DSCC.apply
(DMatrixSparseCSC input, DOperatorUnary func) static DMatrixSparseCSC
CommonOps_DSCC.apply
(DMatrixSparseCSC input, DOperatorUnary func, @Nullable DMatrixSparseCSC output) This applies a given unary function on every value stored in the matrix B = f(A).