|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjsci.maths.linalg.LUDecomposition
public class LUDecomposition
| Constructor Summary | |
|---|---|
LUDecomposition(DoubleMatrix<? extends DoubleArray2D,? extends DoubleArray1D> matrix)
|
|
| Method Summary | |
|---|---|
double |
det()
|
DoubleMatrix<DoubleArray2D,DoubleArray1D> |
getL()
|
int[] |
getPivot()
|
DoubleMatrix<DoubleArray2D,DoubleArray1D> |
getU()
|
DoubleMatrix |
inverse()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LUDecomposition(DoubleMatrix<? extends DoubleArray2D,? extends DoubleArray1D> matrix)
| Method Detail |
|---|
public int[] getPivot()
public DoubleMatrix<DoubleArray2D,DoubleArray1D> getL()
public DoubleMatrix<DoubleArray2D,DoubleArray1D> getU()
public double det()
public DoubleMatrix inverse()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||