Scilab Function

chol - Cholesky factorization

Calling Sequence

[R]=chol(X)

Parameters

Description

If X is positive definite, then R = chol(X) produces an upper triangular matrix R such that R'*R = X.

chol(X) uses only the diagonal and upper triangle of X. The lower triangular is assumed to be the (complex conjugate) transpose of the upper.

REFERENCES

Examples

See Also