

   IInnvveerrssee ffrroomm CChhoolleesskkii DDeeccoommppoossiittiioonn

        chol2inv(x, size=ncol(x))

   AArrgguummeennttss::

          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.

   VVaalluuee::

        This matrix uses the given Choleski decomposition to
        invert the original positive definite matrix.  It
        returns the inverse of the decomposed matrix.

   RReeffeerreenncceess::

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

   SSeeee AAllssoo::

        `chol', `solve'.

