ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
Protected Member Functions | Protected Attributes | List of all members
LapackConnectorTest Class Reference
Inheritance diagram for LapackConnectorTest:
Collaboration diagram for LapackConnectorTest:

Protected Member Functions

void SetUp () override
 

Protected Attributes

int itype
 
char jobz
 
char uplo
 
int n
 
int lda
 
int ldb
 
int lwork
 
int info
 
std::vector< std::complex< double > > A
 
std::vector< std::complex< double > > B
 
std::vector< double > w
 

Detailed Description

Member Function Documentation

◆ SetUp()

void LapackConnectorTest::SetUp ( )
inlineoverrideprotected

Member Data Documentation

◆ A

std::vector<std::complex<double> > LapackConnectorTest::A
protected

◆ B

std::vector<std::complex<double> > LapackConnectorTest::B
protected

◆ info

int LapackConnectorTest::info
protected

◆ itype

int LapackConnectorTest::itype
protected

◆ jobz

char LapackConnectorTest::jobz
protected

◆ lda

int LapackConnectorTest::lda
protected

◆ ldb

int LapackConnectorTest::ldb
protected

◆ lwork

int LapackConnectorTest::lwork
protected

◆ n

int LapackConnectorTest::n
protected

◆ uplo

char LapackConnectorTest::uplo
protected

◆ w

std::vector<double> LapackConnectorTest::w
protected

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