	
	_T_h_e _C_h_o_l_e_s_k_i _D_e_c_o_m_p_o_s_i_t_i_o_n
	
	     chol(x)
	
	_A_r_g_u_m_e_n_t_s:
	
	           x : a symmetric positive-definite matrix.
	
	_V_a_l_u_e:
	
	     This function computes the Choleski factorization of
	     its argument.  It returns the upper triangular factor
	     of the decomposition as its value.
	
	_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.  Philadelphia:
	     SIAM Publications.
	
	_S_e_e _A_l_s_o:
	
	     backsolve, qr, svd.
	
