ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
container::kernels::lapack_hegvd< T, DEVICE_CPU > Struct Template Reference
Collaboration diagram for container::kernels::lapack_hegvd< T, DEVICE_CPU >:

Public Types

using Real = typename GetTypeReal< T >::type
 

Public Member Functions

void operator() (const int dim, const int lda, T *Mat_A, T *Mat_B, Real *eigen_val, T *eigen_vec)
 

Member Typedef Documentation

◆ Real

template<typename T >
using container::kernels::lapack_hegvd< T, DEVICE_CPU >::Real = typename GetTypeReal<T>::type

Member Function Documentation

◆ operator()()

template<typename T >
void container::kernels::lapack_hegvd< T, DEVICE_CPU >::operator() ( const int  dim,
const int  lda,
T Mat_A,
T Mat_B,
Real eigen_val,
T eigen_vec 
)
inline
Here is the call graph for this function:

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