Uses of Interface
org.ejml.ops.DOperatorBinary
Packages that use DOperatorBinary
-
Uses of DOperatorBinary in org.ejml.ops
Fields in org.ejml.ops declared as DOperatorBinaryConstructors in org.ejml.ops with parameters of type DOperatorBinary -
Uses of DOperatorBinary in org.ejml.sparse.csc
Methods in org.ejml.sparse.csc with parameters of type DOperatorBinaryModifier 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
Methods in org.ejml.sparse.csc.mult with parameters of type DOperatorBinaryModifier and TypeMethodDescriptionstatic void
ImplMultiplication_DSCC.multTransA
(DMatrixSparseCSC A, DMatrixRMaj B, DMatrixRMaj C, DGrowArray workArray, DOperatorBinary op) Invoke throughCommonOps_DSCC