ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
Public Member Functions | List of all members
ModuleBase::matrixTranspose_op< T, Device > Struct Template Reference

#include <math_kernel_op.h>

Collaboration diagram for ModuleBase::matrixTranspose_op< T, Device >:

Public Member Functions

void operator() (const int &row, const int &col, const T *input_matrix, T *output_matrix)
 transpose the input matrix
 

Member Function Documentation

◆ operator()()

template<typename T , typename Device >
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

Parameters
row: first dimension of matrix
col: second dimension of matrix
input_matrix: input matrix

Output Parameters

Parameters
output_matrix: output matrix

The documentation for this struct was generated from the following file: