org.omegahat.DataStructures.Matrix
Interface CholeskyDecomposition

All Superinterfaces:
MatrixDecomposition
All Known Implementing Classes:
JamaCholeskyDecomposition

public interface CholeskyDecomposition
extends MatrixDecomposition


Method Summary
 UpperTriangular L()
           
 
Methods inherited from interface org.omegahat.DataStructures.Matrix.MatrixDecomposition
argument, keepArgument, keepArgument
 

Method Detail

L

public UpperTriangular L()