public class CholeskyBanachiewicz extends Object implements Cholesky
| Constructor and Description |
|---|
CholeskyBanachiewicz(Matrix A)
Runs the Cholesky decomposition on a real, symmetric (hence square), and positive definite
matrix.
|
public CholeskyBanachiewicz(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.