chol2inv {base} | R Documentation |
chol2inv(x, size=ncol(x))
x |
a matrix. The first |
size |
the number of columns of |
This matrix uses the given Choleski decomposition to invert the original positive definite matrix. It returns the inverse of the decomposed matrix.
Dongarra, J. J., J. R. Bunch, C. B. Moler and G. W. Stewart (1978). LINPACK Users Guide. Philadelphia: SIAM Publications.
chol
, solve
.