Home
last modified time | relevance | path

Searched refs:N_Bin (Results 1 – 2 of 2) sorted by relevance

/dports/biology/gcta/gcta_1.26.0_src/
H A Dgrm.cpp207 fstream N_Bin(grm_N_file.c_str(), ios::out | ios::binary); in output_grm() local
208 if (!N_Bin) throw ("Error: can not open the file [" + grm_N_file + "] to write."); in output_grm()
214 N_Bin.write((char*) &f_buf, size); in output_grm()
217 N_Bin.close(); in output_grm()
H A Dmkl.cpp309 fstream N_Bin(grm_N_file.c_str(), ios::out | ios::binary); in output_grm_mkl() local
310 if (!N_Bin) throw ("Error: can not open the file [" + grm_N_file + "] to write."); in output_grm_mkl()
313 for (j = 0; j <= i; j++) N_Bin.write((char*) &(_grm_N(i,j)), size); in output_grm_mkl()
315 N_Bin.close(); in output_grm_mkl()