Package algs91
Class XCholesky
java.lang.Object
algs91.XCholesky
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic double[][]cholesky(double[][] A) static booleanisSquare(double[][] A) static booleanisSymmetric(double[][] A) static void 
- 
Constructor Details
- 
XCholesky
public XCholesky() 
 - 
 - 
Method Details
- 
isSymmetric
 - 
isSquare
 - 
cholesky
 - 
main
 
 -