Copies all or part of a matrix A to another matrix B.
A
B
storage layout of A and B
specifies whether to copy the upper or lower triangular/trapezoidal part of matrix A
number of rows in matrix A
number of columns in matrix A
input matrix
stride of the first dimension of A (a.k.a., leading dimension of the matrix A)
output matrix
stride of the first dimension of B (a.k.a., leading dimension of the matrix B)
Copies all or part of a matrix
Ato another matrixB.storage layout of
AandBspecifies whether to copy the upper or lower triangular/trapezoidal part of matrix
Anumber of rows in matrix
Anumber of columns in matrix
Ainput matrix
stride of the first dimension of
A(a.k.a., leading dimension of the matrixA)output matrix
stride of the first dimension of
B(a.k.a., leading dimension of the matrixB)B