Home
last modified time | relevance | path

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

/dports/biology/gemma/GEMMA-0.98.3/src/
H A Dvc.cpp1948 gsl_matrix *V_mat = gsl_matrix_alloc(n1, n1); in CalcVCacl() local
2082 gsl_matrix_set_zero(V_mat); in CalcVCacl()
2090 gsl_matrix_add(V_mat, K_tmp); in CalcVCacl()
2106 gsl_matrix_scale(V_mat, tau_inv); in CalcVCacl()
2111 gsl_blas_dgemv(CblasNoTrans, 1.0, V_mat, &Ay_col1.vector, 0.0, n1_vec); in CalcVCacl()
2136 gsl_blas_dgemv(CblasNoTrans, 1.0, V_mat, y_scale, 0.0, n1_vec); in CalcVCacl()
2204 gsl_matrix_free(V_mat); in CalcVCacl()
/dports/science/quantum-espresso/q-e-qe-6.7.0/EPW/ZG_displacement/src/
H A DZG.f902284 INTEGER, ALLOCATABLE :: Mx_mat(:, :), Mx_mat_or(:, :), M_mat(:, :), V_mat(:) local
2654 ALLOCATE(Mx_mat(pn, nat3), M_mat(2 * pn, nat3), V_mat(2))
2655 V_mat = (/ 1, -1/) ! initialize V_mat whose entries will generate the sign matrices
2663 M_mat(ctr, i) = V_mat(qp)
3111 DEALLOCATE(Mx_mat_or, Mx_mat, M_mat, V_mat, ratio_zg)