Uses of Interface
org.ejml.ops.DOperatorBinary
-
Uses of DOperatorBinary in org.ejml.ops
-
Uses of DOperatorBinary in org.ejml.sparse.csc
Modifier and TypeMethodDescriptionstatic DMatrixRMaj
CommonOps_DSCC.reduceColumnWise
(DMatrixSparseCSC input, double initValue, DOperatorBinary func, @Nullable DMatrixRMaj output, @Nullable Mask mask) This accumulates the values per column to a scalar valuestatic DMatrixRMaj
CommonOps_DSCC.reduceRowWise
(DMatrixSparseCSC input, double initValue, DOperatorBinary func, @Nullable DMatrixRMaj output) This accumulates the values per row to a scalar valuestatic double
CommonOps_DSCC.reduceScalar
(DMatrixSparseCSC input, double initValue, DOperatorBinary func) This accumulates the matrix values to a scalar value.static double
CommonOps_DSCC.reduceScalar
(DMatrixSparseCSC input, DOperatorBinary func) -
Uses of DOperatorBinary in org.ejml.sparse.csc.mult
Modifier and TypeMethodDescriptionstatic void
ImplMultiplication_DSCC.multTransA
(DMatrixSparseCSC A, DMatrixRMaj B, DMatrixRMaj C, DGrowArray workArray, DOperatorBinary op) Invoke throughCommonOps_DSCC