ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | Static Public Attributes | List of all members
InverseMatrixTraits< std::complex< float > > Struct Reference

#include <Inverse_Matrix.hpp>

Collaboration diagram for InverseMatrixTraits< std::complex< float > >:

Public Types

using matrix_type = ModuleBase::ComplexMatrix
 
using value_type = float
 

Static Public Member Functions

static void syev (RI::Tensor< std::complex< float > > &A, value_type *w, int &info)
 

Static Public Attributes

static constexpr char gemm_trans = 'C'
 

Member Typedef Documentation

◆ matrix_type

using InverseMatrixTraits< std::complex< float > >::matrix_type = ModuleBase::ComplexMatrix

◆ value_type

using InverseMatrixTraits< std::complex< float > >::value_type = float

Member Function Documentation

◆ syev()

static void InverseMatrixTraits< std::complex< float > >::syev ( RI::Tensor< std::complex< float > > &  A,
value_type w,
int &  info 
)
inlinestatic
Here is the call graph for this function:

Member Data Documentation

◆ gemm_trans

constexpr char InverseMatrixTraits< std::complex< float > >::gemm_trans = 'C'
staticconstexpr

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