|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjsci.maths.linalg.CholeskyDecomposition
public class CholeskyDecomposition
| Constructor Summary | |
|---|---|
CholeskyDecomposition(DoubleMatrix<? extends DoubleArray2D,? extends DoubleArray1D> matrix)
|
|
| Method Summary | |
|---|---|
double |
det()
|
DoubleMatrix<DoubleArray2D,DoubleArray1D> |
getL()
|
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 CholeskyDecomposition(DoubleMatrix<? extends DoubleArray2D,? extends DoubleArray1D> matrix)
| Method Detail |
|---|
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 | |||||||||