Interface GaussJordan.ReduceColumnPredicate
-
- Enclosing class:
- GaussJordan
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface GaussJordan.ReduceColumnPredicate
-
-
Field Summary
Fields Modifier and Type Field Description static GaussJordan.ReduceColumnPredicate
ALWAYS
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
test(int pivotColumn, int[] pivotRows)
-
-
-
Field Detail
-
ALWAYS
static final GaussJordan.ReduceColumnPredicate ALWAYS
-
-