chol {base} | R Documentation |
chol(x)
x |
a symmetric positive-definite matrix. |
This function computes the Choleski factorization of its argument. It returns the upper triangular factor of the decomposition as its value.
Dongarra, J. J., J. R. Bunch, C. B. Moler and G. W. Stewart (1978). LINPACK Users Guide. Philadelphia: SIAM Publications.
backsolve
,
qr
,
svd
.