Home
last modified time | relevance | path

Searched refs:time_Omega (Results 1 – 7 of 7) sorted by relevance

/dports/biology/gemma/GEMMA-0.98.3/src/
H A Dbslmmdap.h61 double time_Omega; // Time spent on optimization iterations. variable
H A Dbslmmdap.cpp57 time_Omega = 0.0; in CopyFromParam()
95 cPar.time_Omega = time_Omega; in CopyToParam()
540 time_Omega += (clock() - time_start) / (double(CLOCKS_PER_SEC) * 60.0); in CalcMarginal()
H A Dbslmm.h74 double time_Omega; // Time spent on optimization iterations. variable
H A Dbslmm.cpp66 time_Omega = 0.0; in CopyFromParam()
106 cPar.time_Omega = time_Omega; in CopyToParam()
563 time_Omega += (clock() - time_start) / (double(CLOCKS_PER_SEC) * 60.0); in CalcPosterior()
1236 time_Omega += (clock() - time_start) / (double(CLOCKS_PER_SEC) * 60.0); in CalcXtX()
1353 time_Omega += (clock() - time_start) / (double(CLOCKS_PER_SEC) * 60.0); in SetXgamma()
H A Dparam.h257 double time_Omega; // Time spent on calculating Omega. variable
H A Dparam.cpp107 time_UtZ(0.0), time_opt(0.0), time_Omega(0.0) {} in PARAM()
H A Dgemma.cpp3558 outfile << "## time on Omega = " << cPar.time_Omega << " min " << endl; in WriteLog()