public class CholeskySparse extends Object implements Cholesky
| Constructor and Description |
|---|
CholeskySparse(Matrix A)
Runs the Cholesky decomposition on a real, symmetric (hence square), and positive definite
matrix.
|
public CholeskySparse(Matrix A)
A - a real, symmetric (hence square), and positive definite matrixRuntimeException - if A is not positive definite matrixpublic LowerTriangularMatrix L()
CholeskyCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.