Uses of Interface
org.ejml.ops.FOperatorBinary
-
Uses of FOperatorBinary in org.ejml.ops
-
Uses of FOperatorBinary in org.ejml.sparse.csc
Modifier and TypeMethodDescriptionstatic FMatrixRMaj
CommonOps_FSCC.reduceColumnWise
(FMatrixSparseCSC input, float initValue, FOperatorBinary func, @Nullable FMatrixRMaj output, @Nullable Mask mask) This accumulates the values per column to a scalar valuestatic FMatrixRMaj
CommonOps_FSCC.reduceRowWise
(FMatrixSparseCSC input, float initValue, FOperatorBinary func, @Nullable FMatrixRMaj output) This accumulates the values per row to a scalar valuestatic float
CommonOps_FSCC.reduceScalar
(FMatrixSparseCSC input, float initValue, FOperatorBinary func) This accumulates the matrix values to a scalar value.static float
CommonOps_FSCC.reduceScalar
(FMatrixSparseCSC input, FOperatorBinary func) -
Uses of FOperatorBinary in org.ejml.sparse.csc.mult
Modifier and TypeMethodDescriptionstatic void
ImplMultiplication_FSCC.multTransA
(FMatrixSparseCSC A, FMatrixRMaj B, FMatrixRMaj C, FGrowArray workArray, FOperatorBinary op) Invoke throughCommonOps_FSCC