From 1f35ffa0806f5f0d70f31f3894cfd1ef816c2fdb Mon Sep 17 00:00:00 2001 From: xiangzhou Date: Sat, 20 Sep 2014 11:51:03 -0400 Subject: version 0.95alpha --- vc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vc.h') diff --git a/vc.h b/vc.h index aed5247..f34d72e 100644 --- a/vc.h +++ b/vc.h @@ -57,6 +57,7 @@ class VC { public: // IO related parameters string file_out; + string path_out; vector v_sigma2; vector v_se_sigma2; @@ -72,6 +73,7 @@ public: // Main functions void CopyFromParam (PARAM &cPar); void CopyToParam (PARAM &cPar); + void CalcVChe (const gsl_matrix *K, const gsl_matrix *W, const gsl_vector *y); void CalcVCreml (const gsl_matrix *K, const gsl_matrix *W, const gsl_vector *y); }; -- cgit v1.2.3