jsci.maths.linalg
Class CholeskyDecomposition

java.lang.Object
  extended by jsci.maths.linalg.CholeskyDecomposition

public class CholeskyDecomposition
extends java.lang.Object


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

CholeskyDecomposition

public CholeskyDecomposition(DoubleMatrix<? extends DoubleArray2D,? extends DoubleArray1D> matrix)
Method Detail

getL

public DoubleMatrix<DoubleArray2D,DoubleArray1D> getL()

getU

public DoubleMatrix<DoubleArray2D,DoubleArray1D> getU()

det

public double det()

inverse

public DoubleMatrix inverse()