Home
last modified time | relevance | path

Searched defs:matrix_U (Results 1 – 7 of 7) sorted by relevance

/dports/math/spectra/spectra-1.0.0/include/Spectra/contrib/
H A DPartialSVDSolver.h177 Matrix matrix_U(Index nu) in matrix_U() function
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dpao_types.F181 TYPE(dbcsr_type) :: matrix_U component
H A Dpao_param.F76 TYPE(dbcsr_type) :: matrix_U local
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dpao_types.F181 TYPE(dbcsr_type) :: matrix_U component
H A Dpao_param.F76 TYPE(dbcsr_type) :: matrix_U local
/dports/math/spectra/spectra-1.0.0/include/Spectra/LinAlg/
H A DUpperHessenbergSchur.h343 const Matrix& matrix_U() const in matrix_U() function
/dports/biology/gemma/GEMMA-0.98.3/src/
H A Dparam.cpp1884 void PARAM::WriteMatrix(const gsl_matrix *matrix_U, const string suffix) { in WriteMatrix()