Home
last modified time | relevance | path

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

/dports/biology/gemma/GEMMA-0.98.3/src/
H A Dvc.h86 void CalcVChe(const gsl_matrix *K, const gsl_matrix *W, const gsl_vector *y);
H A Dvc.cpp1503 void VC::CalcVChe(const gsl_matrix *K, const gsl_matrix *W, in CalcVChe() function in VC
1744 CalcVChe(K, W, y); in CalcVCreml()
H A Dgemma.cpp2377 cVc.CalcVChe(G, W, &Y_col.vector); in BatchRun()