Home
last modified time | relevance | path

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

/dports/biology/gemma/GEMMA-0.98.3/src/
H A Dvc.cpp2110 gsl_vector_view Ay_col1 = gsl_matrix_column(Ay, i); in CalcVCacl() local
2111 gsl_blas_dgemv(CblasNoTrans, 1.0, V_mat, &Ay_col1.vector, 0.0, n1_vec); in CalcVCacl()