Compute the inverse of a positive-definite matrix using Cholesky decomposition.

inv_pd(X)

Arguments

X

a positive-definite matrix

Value

the inverse of X

See also