Home
last modified time | relevance | path

Searched defs:S_mat (Results 1 – 13 of 13) sorted by relevance

/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dqs_fb_filter_matrix_methods.F93 S_mat, & argument
103 TYPE(dbcsr_type), POINTER :: H_mat, S_mat local
254 S_mat, & argument
264 TYPE(dbcsr_type), POINTER :: H_mat, S_mat local
463 S_mat, & argument
472 TYPE(dbcsr_type), POINTER :: H_mat, S_mat local
779 S_mat, & argument
789 TYPE(dbcsr_type), POINTER :: H_mat, S_mat local
H A Det_coupling.F75 REAL(KIND=dp), DIMENSION(2, 2) :: S_mat, tmp_mat, U, W_mat local
H A Dmixed_cdft_utils.F1855 REAL(KIND=dp), ALLOCATABLE, DIMENSION(:, :) :: H_mat, H_offdiag, S_mat, S_offdiag local
H A Dmixed_cdft_methods.F1186 … REAL(KIND=dp), ALLOCATABLE, DIMENSION(:, :) :: H_mat, S_det, S_mat, strength, tmp_mat, & local
1796 REAL(KIND=dp), ALLOCATABLE, DIMENSION(:, :) :: H_mat, H_mat_copy, S_mat, S_mat_copy local
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dqs_fb_filter_matrix_methods.F93 S_mat, & argument
103 TYPE(dbcsr_type), POINTER :: H_mat, S_mat local
254 S_mat, & argument
264 TYPE(dbcsr_type), POINTER :: H_mat, S_mat local
463 S_mat, & argument
472 TYPE(dbcsr_type), POINTER :: H_mat, S_mat local
779 S_mat, & argument
789 TYPE(dbcsr_type), POINTER :: H_mat, S_mat local
H A Det_coupling.F75 REAL(KIND=dp), DIMENSION(2, 2) :: S_mat, tmp_mat, U, W_mat local
H A Dmixed_cdft_utils.F1855 REAL(KIND=dp), ALLOCATABLE, DIMENSION(:, :) :: H_mat, H_offdiag, S_mat, S_offdiag local
H A Dmixed_cdft_methods.F1185 … REAL(KIND=dp), ALLOCATABLE, DIMENSION(:, :) :: H_mat, S_det, S_mat, strength, tmp_mat, & local
1795 REAL(KIND=dp), ALLOCATABLE, DIMENSION(:, :) :: H_mat, H_mat_copy, S_mat, S_mat_copy local
/dports/biology/gemma/GEMMA-0.98.3/src/
H A Dgemma.cpp1951 gsl_matrix_view S_mat = gsl_matrix_submatrix(S, 0, 0, cPar.n_vc, cPar.n_vc); in BatchRun() local
2135 gsl_matrix_view S_mat = in BatchRun() local
2262 gsl_matrix_view S_mat = in BatchRun() local
H A Dvc.cpp115 const gsl_vector *qvar_vec, const gsl_matrix *S_mat, in WriteFile_qs()
1009 const double &window_ns, gsl_matrix *S_mat, in ReadFile_cor()
1309 void CalcVCss(const gsl_matrix *Vq, const gsl_matrix *S_mat, in CalcVCss()
1526 gsl_matrix *S_mat = gsl_matrix_alloc(n_vc, n_vc); in CalcVChe() local
1956 gsl_matrix *S_mat = gsl_matrix_alloc(n_vc, n_vc); in CalcVCacl() local
2728 const gsl_matrix *XtXWz, const gsl_matrix *S_mat, in CalcCIss()
H A Dgemma_io.cpp3971 void ReadFile_ref(const string &file_ref, gsl_matrix *S_mat, in ReadFile_ref()
4086 void ReadFile_mref(const string &file_mref, gsl_matrix *S_mat, in ReadFile_mref()
/dports/science/py-dipy/dipy-1.4.1/dipy/reconst/
H A Dmapmri.py1960 def mapmri_laplacian_reg_matrix(ind_mat, mu, S_mat, T_mat, U_mat): argument
H A Dqtdmri.py1487 S_mat=None, T_mat=None, U_mat=None, argument