Home
last modified time | relevance | path

Searched refs:CalcVCacl (Results 1 – 3 of 3) sorted by relevance

/dports/biology/gemma/GEMMA-0.98.3/src/
H A Dvc.h89 void CalcVCacl(const gsl_matrix *K, const gsl_matrix *W, const gsl_vector *y);
H A Dvc.cpp1933 void VC::CalcVCacl(const gsl_matrix *K, const gsl_matrix *W, in CalcVCacl() function in VC
H A Dgemma.cpp2381 cVc.CalcVCacl(G, W, &Y_col.vector); in BatchRun()