|
| void | process_2d (int &nprows, int &npcols, int &myprow, int &mypcol, int &icontxt) |
| |
| int | na_rc (int n, int nblk, int nprows, int myprow) |
| |
| template<class T > |
| void | distribute_data (T *hmatrix, T *new_matrix, int &nFull, int &nblk, int &na_rows, int &na_cols, int &icontxt) |
| |
| template<class T > |
| void | print_matrix (std::ofstream &fp, T *matrix, int &nrow, int &ncol, bool row_first) |
| |
| template<class T > |
| bool | read_hs (std::string fname, T &matrix) |
| |
| void | lapack_diago (double *hmatrix, double *smatrix, double *e, int &nFull) |
| |
| void | lapack_diago (std::complex< double > *hmatrix, std::complex< double > *smatrix, double *e, int &nFull) |
| |