|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectwGmdh.jGmdh.oldskul.LinearEqSystem
public class LinearEqSystem
| Field Summary | |
|---|---|
double[][] |
mA
|
double[] |
mB_tr
|
double[] |
mX_tr
|
| Constructor Summary | |
|---|---|
LinearEqSystem()
|
|
LinearEqSystem(double[][] mA,
double[] mB_tr,
double[] mX_tr)
|
|
LinearEqSystem(int nrEquations)
|
|
| Method Summary | |
|---|---|
double[] |
gaussElimination()
Solves system of linear equations by Gauss elimination method, using partial pivoting, forward elimination and back substitution. |
void |
uglyOutMatrices()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public double[][] mA
public double[] mB_tr
public double[] mX_tr
| Constructor Detail |
|---|
public LinearEqSystem()
public LinearEqSystem(double[][] mA,
double[] mB_tr,
double[] mX_tr)
public LinearEqSystem(int nrEquations)
| Method Detail |
|---|
public double[] gaussElimination()
public void uglyOutMatrices()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||