|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectapplicationlayer.linearalgebra.MatrixEquation
public class MatrixEquation
Řeší soustavu rovnic.
| Constructor Summary | |
|---|---|
MatrixEquation(AbstractMatrix A,
AbstractMatrix B)
Vytvoří soustavu rovnic. |
|
| Method Summary | |
|---|---|
AbstractMatrix |
compute(int method)
Řeší soustavu rovnic danou metodou. |
java.lang.Object |
getConditionNumber()
Vrací číslo podmíněnosti této soustavy. |
int |
getCountOfVariables()
Vrací počet neznámé. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MatrixEquation(AbstractMatrix A,
AbstractMatrix B)
A - matice soustavyB - pravá strana soustavy| Method Detail |
|---|
public AbstractMatrix compute(int method)
method - metoda, pomocí které má být soustava řešena
public java.lang.Object getConditionNumber()
public int getCountOfVariables()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||