Uses of Interface
org.ejml.ops.DOperatorUnary
Packages that use DOperatorUnary
-
Uses of DOperatorUnary in org.ejml.dense.row
Methods in org.ejml.dense.row with parameters of type DOperatorUnaryModifier 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
Methods in org.ejml.sparse.csc with parameters of type DOperatorUnaryModifier 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).