ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
|
#include <math_kernel_op.h>
Public Member Functions | |
void | operator() (const int &n1, const int &n2, const T *A, const int &LDA, T *B, const int &LDB) |
copy matrix A to B, they can have different leading dimensions | |
void ModuleBase::matrixCopy< T, Device >::operator() | ( | const int & | n1, |
const int & | n2, | ||
const T * | A, | ||
const int & | LDA, | ||
T * | B, | ||
const int & | LDB | ||
) |
copy matrix A to B, they can have different leading dimensions
Input Parameters
n1 | : first dimension of matrix |
n2 | : second dimension of matrix |
A | : input matrix A |
LDA | : leading dimension of A |
LDB | : leading dimension of B |
Output Parameters
B | : output matrix B |