Package algs91
Class XGaussianEliminationRectangular
java.lang.Object
algs91.XGaussianEliminationRectangular
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate boolean
check
(double[][] A, double[] b) private void
boolean
static void
private void
pivot
(int p) double[]
primal()
private void
swap
(int row1, int row2) static void
static void
test1()
static void
test2()
static void
test3()
static void
test4()
static void
test5()
static void
test6()
static void
test7()
static void
test8()
static void
test9()
-
Field Details
-
EPSILON
- See Also:
-
M
-
N
-
a
-
-
Constructor Details
-
XGaussianEliminationRectangular
-
-
Method Details
-
forwardElimination
-
swap
-
pivot
-
primal
-
isFeasible
-
check
-
test
-
test1
-
test2
-
test3
-
test4
-
test5
-
test6
-
test7
-
test8
-
test9
-
main
-