This help topic is for R version 0.60. For the current version of R, try https://stat.ethz.ch/R-manual/R-patched/library/base/html/chol.html
chol {base}R Documentation

The Choleski Decomposition

Usage

chol(x)

Arguments

x

a symmetric positive-definite matrix.

Value

This function computes the Choleski factorization of its argument. It returns the upper triangular factor of the decomposition as its value.

References

Dongarra, J. J., J. R. Bunch, C. B. Moler and G. W. Stewart (1978). LINPACK Users Guide. Philadelphia: SIAM Publications.

See Also

backsolve, qr, svd.


[Package base version 0.60 ]