Home
last modified time | relevance | path

Searched refs:file_ku (Results 1 – 4 of 4) sorted by relevance

/dports/biology/gemma/GEMMA-0.98.3/src/
H A Dparam.h145 string file_ku, file_kd; variable
H A Dparam.cpp867 if (file_kin.empty() && (file_ku.empty() || file_kd.empty()) && in CheckParam()
881 if (file_kin.empty() && (file_ku.empty() || file_kd.empty()) && in CheckParam()
951 (file_kin.empty() && (file_ku.empty() || file_kd.empty()))) { in CheckParam()
H A Dgemma_io.cpp1306 void ReadFile_eigenU(const string &file_ku, bool &error, gsl_matrix *U) { in ReadFile_eigenU() argument
1308 igzstream infile(file_ku.c_str(), igzstream::in); in ReadFile_eigenU()
1310 cout << "error! fail to open the U file: " << file_ku << endl; in ReadFile_eigenU()
H A Dgemma.cpp865 cPar.file_ku = str; in Assign()
2640 ReadFile_eigenU(cPar.file_ku, cPar.error, U); in BatchRun()