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