Class ModifyAll
java.lang.Object
org.ojalgo.array.operation.ModifyAll
- All Implemented Interfaces:
ArrayOperation
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidmodifyAll(double[][] target, DoubleUnaryOperator function) static voidmodifyColumn(double[][] target, int row, int col, DoubleUnaryOperator function) static voidmodifyDiagonal(double[][] target, int row, int col, DoubleUnaryOperator function) static voidmodifyRow(double[][] target, int row, int col, DoubleUnaryOperator function)
-
Field Details
-
THRESHOLD
public static int THRESHOLD
-
-
Constructor Details
-
ModifyAll
public ModifyAll()
-
-
Method Details
-
modifyAll
-
modifyColumn
-
modifyDiagonal
public static void modifyDiagonal(double[][] target, int row, int col, DoubleUnaryOperator function) -
modifyRow
-