chol2inv(x, size=ncol(x))
x
|
a matrix. The first nc columns of the
upper triangle contain the Choleski decomposition of the
matrix to be inverted.
|
size
|
the number of columns of x containing the
choleski decomposition.
|
chol
, solve
.