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 DMatrixRMajCommonOps_DDRM.apply(DMatrixRMaj input, DOperatorUnary func) static DMatrixRMajCommonOps_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 DMatrixSparseCSCCommonOps_DSCC.apply(DMatrixSparseCSC input, DOperatorUnary func) static DMatrixSparseCSCCommonOps_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).