Package org.ojalgo.array.operation
Class VisitAll
java.lang.Object
org.ojalgo.array.operation.VisitAll
- All Implemented Interfaces:
ArrayOperation
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
visit
(double[] target, int first, int limit, DoubleConsumer visitor) static void
visit
(double[] target, DoubleConsumer visitor) static void
visitAll
(double[][] target, DoubleConsumer visitor) static void
visitColumn
(double[][] target, int row, int col, DoubleConsumer visitor) static void
visitDiagonal
(double[][] target, int row, int col, DoubleConsumer visitor) static void
visitRange
(double[][] target, int first, int limit, DoubleConsumer visitor) static void
visitRow
(double[][] target, int row, int col, DoubleConsumer visitor)
-
Field Details
-
THRESHOLD
public static int THRESHOLD
-
-
Constructor Details
-
VisitAll
public VisitAll()
-
-
Method Details
-
visit
-
visit
-
visitAll
-
visitColumn
-
visitDiagonal
-
visitRange
-
visitRow
-