|
ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
|
#include <math_kernel_op.h>
Public Member Functions | |
| void | operator() (const int &row, const int &col, const T *input_matrix, T *output_matrix) |
| transpose the input matrix | |
| void ModuleBase::matrixTranspose_op< T, Device >::operator() | ( | const int & | row, |
| const int & | col, | ||
| const T * | input_matrix, | ||
| T * | output_matrix | ||
| ) |
transpose the input matrix
Input Parameters
| row | : first dimension of matrix |
| col | : second dimension of matrix |
| input_matrix | : input matrix |
Output Parameters
| output_matrix | : output matrix |