#include "common.h"
#include "world.h"
#include "../shared/blas_symbs.h"
#include "../shared/lapack_symbs.h"
#include <stdlib.h>
Go to the source code of this file.
|
template<typename dtype > |
void | CTF::get_my_kv_pair (int rank, int nrow, int ncol, int mb, int nb, int pr, int pc, int rsrc, int csrc, int64_t &nmyr, int64_t &nmyc, Pair< dtype > *&pairs) |
|
template<typename dtype > |
int | CTF::get_int_fromreal (dtype r) |
|
template<> |
int | CTF::get_int_fromreal< float > (float r) |
|
template<> |
int | CTF::get_int_fromreal< double > (double r) |
|
template<> |
int | CTF::get_int_fromreal< std::complex< float > > (std::complex< float > r) |
|
template<> |
int | CTF::get_int_fromreal< std::complex< double > > (std::complex< double > r) |
|