	
	_I_n_v_e_r_s_e _f_r_o_m _C_h_o_l_e_s_k_i _D_e_c_o_m_p_o_s_i_t_i_o_n
	
	     chol2inv(x, size=ncol(x))
	
	_A_r_g_u_m_e_n_t_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.
	
	_D_e_s_c_r_i_p_t_i_o_n:
	
	     This matrix uses the given Choleski decomposition to
	     invert the original positive definite matrix.
	
	_V_a_l_u_e:
	
	     The inverse of the decomposed matrix.
	
	_R_e_f_e_r_e_n_c_e_s:
	
	     Dongarra, J. J., J. R. Bunch, C. B. Moler and G. W.
	     Stewart (1978).  LINPACK Users Guide, SIAM Publica-
	     tions, Philadelphia.
	
	_S_e_e _A_l_s_o:
	
	     chol, solve.
	
