Snoopy Version 6.0 (Albert)
transpose.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void init_transpose ()
void finish_transpose ()
double read_transpose_timer ()
void transpose_real (const int nxin, const int nyin, const int nzin, const int nproc, double *qin, double *qout)
void transpose_complex_XY (double complex *qin, double complex *qout)
void transpose_complex_YX (double complex *qin, double complex *qout)
void transpose_complex_ZY (double complex *qin, double complex *qout)
void transpose_complex_YZ (double complex *qin, double complex *qout)

Function Documentation

void finish_transpose ( )
void init_transpose ( )
double read_transpose_timer ( )

Here is the caller graph for this function:

void transpose_complex_XY ( double complex *  qin,
double complex *  qout 
)

Here is the caller graph for this function:

void transpose_complex_YX ( double complex *  qin,
double complex *  qout 
)

Here is the caller graph for this function:

void transpose_complex_YZ ( double complex *  qin,
double complex *  qout 
)
void transpose_complex_ZY ( double complex *  qin,
double complex *  qout 
)
void transpose_real ( const int  nxin,
const int  nyin,
const int  nzin,
const int  nproc,
double *  qin,
double *  qout 
)