Uses of Interface
org.ejml.ops.FOperatorBinary
Packages that use FOperatorBinary
-
Uses of FOperatorBinary in org.ejml.ops
Fields in org.ejml.ops declared as FOperatorBinaryConstructors in org.ejml.ops with parameters of type FOperatorBinary -
Uses of FOperatorBinary in org.ejml.sparse.csc
Methods in org.ejml.sparse.csc with parameters of type FOperatorBinaryModifier and TypeMethodDescriptionstatic FMatrixRMajCommonOps_FSCC.reduceColumnWise(FMatrixSparseCSC input, float initValue, FOperatorBinary func, @Nullable FMatrixRMaj output, @Nullable Mask mask) This accumulates the values per column to a scalar valuestatic FMatrixRMajCommonOps_FSCC.reduceRowWise(FMatrixSparseCSC input, float initValue, FOperatorBinary func, @Nullable FMatrixRMaj output) This accumulates the values per row to a scalar valuestatic floatCommonOps_FSCC.reduceScalar(FMatrixSparseCSC input, float initValue, FOperatorBinary func) This accumulates the matrix values to a scalar value.static floatCommonOps_FSCC.reduceScalar(FMatrixSparseCSC input, FOperatorBinary func) -
Uses of FOperatorBinary in org.ejml.sparse.csc.mult
Methods in org.ejml.sparse.csc.mult with parameters of type FOperatorBinaryModifier and TypeMethodDescriptionstatic voidImplMultiplication_FSCC.multTransA(FMatrixSparseCSC A, FMatrixRMaj B, FMatrixRMaj C, FGrowArray workArray, FOperatorBinary op) Invoke throughCommonOps_FSCC