[BACK]Return to mh.h CVS log [TXT][DIR] Up to [local] / OpenXM / src / hgm / mh / src

Diff for /OpenXM/src/hgm/mh/src/mh.h between version 1.2 and 1.3

version 1.2, 2013/02/23 06:01:53 version 1.3, 2013/02/23 07:00:21
Line 1 
Line 1 
 /* $OpenXM$ */  /* $OpenXM: OpenXM/src/hgm/mh/src/mh.h,v 1.2 2013/02/23 06:01:53 takayama Exp $ */
 struct cWishart {  struct cWishart {
   double x;    double x;
   double rank;    double rank;
Line 15  struct cWishart *mh_cwishart_s(int m,int n,double beta
Line 15  struct cWishart *mh_cwishart_s(int m,int n,double beta
    Wishart matrix by HGM */     Wishart matrix by HGM */
 struct cWishart *mh_cwishart_hgm(int m,int n,double beta[],double x0,  struct cWishart *mh_cwishart_hgm(int m,int n,double beta[],double x0,
                                  int approxDeg, double h, int dp, double x);                                   int approxDeg, double h, int dp, double x);
   struct cWishart *mh_cwishart_gen(int m,int n,double beta[],double x0,
                                    int approxDeg,double h, int dp, double x,int mode);
 struct cWishart *new_cWishart(int rank);  struct cWishart *new_cWishart(int rank);

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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