Go to the source code of this file.
|
| template<typename T > |
| void | module_rt::gatherMatrix (const int myid, const int root_proc, const hamilt::MatrixBlock< T > &mat_l, Matrix_g< T > &mat_g) |
| |
| template<typename T > |
| void | module_rt::distributeMatrix (hamilt::MatrixBlock< T > &mat_l, const module_rt::Matrix_g< T > &mat_g) |
| |
| template<typename T > |
| void | module_rt::gatherPsi (const int myid, const int root_proc, T *psi_l, const Parallel_Orbitals ¶_orb, module_rt::Matrix_g< T > &psi_g) |
| |
| template<typename T > |
| void | module_rt::distributePsi (const Parallel_Orbitals ¶_orb, T *psi_l, const module_rt::Matrix_g< T > &psi_g) |
| |