home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Educational / R-0.49-MI / R-0.49-I / help / base / chol < prev    next >
Encoding:
Text File  |  1997-04-23  |  600 b   |  26 lines

  1.     
  2.     _T_h_e _C_h_o_l_e_s_k_i _D_e_c_o_m_p_o_s_i_t_i_o_n
  3.     
  4.          chol(x)
  5.     
  6.     _A_r_g_u_m_e_n_t_s:
  7.     
  8.                x : a symmetric positive-definite matrix.
  9.     
  10.     _V_a_l_u_e:
  11.     
  12.          This function computes the Choleski factorization of
  13.          its argument.  It returns the upper triangular factor
  14.          of the decomposition as its value.
  15.     
  16.     _R_e_f_e_r_e_n_c_e_s:
  17.     
  18.          Dongarra, J. J., J. R. Bunch, C. B. Moler and G. W.
  19.          Stewart (1978).  LINPACK Users Guide.  Philadelphia:
  20.          SIAM Publications.
  21.     
  22.     _S_e_e _A_l_s_o:
  23.     
  24.          backsolve, qr, svd.
  25.     
  26.