Diff for /capa/capa51/pProj/capaFunction.c between versions 1.10 and 1.11

version 1.10, 2000/08/22 16:00:25 version 1.11, 2000/09/14 20:25:12
Line 788  ArgNode_t  *argp; Line 788  ArgNode_t  *argp;
        /* random_multivariate_normal(return_array,item_cnt,seed,dimen,mean_vector,covariance_vector) */         /* random_multivariate_normal(return_array,item_cnt,seed,dimen,mean_vector,covariance_vector) */
        /* the dimension of both mean_vector and covariance_vector should be the same as item_cnt */         /* the dimension of both mean_vector and covariance_vector should be the same as item_cnt */
        /* It will return item_cnt numbers in standard normal deviate in return_array */         /* It will return item_cnt numbers in standard normal deviate in return_array */
        /* */         /* item_cnt, seed, dimen, mean_vec, cov_vec 
             are all destroyed after this function !!!*/
         {  char     *mean_vec_str, *cov_vec_str, *seed_str, *out_vec_str;          {  char     *mean_vec_str, *cov_vec_str, *seed_str, *out_vec_str;
            int      dimen, item_cnt, tmp_int;             int      dimen, item_cnt, tmp_int;
            long     tmp_long;             long     tmp_long;

Removed from v.1.10  
changed lines
  Added in v.1.11


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>