|
| 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 |
| |
- Tested Functions:
- zhegv_
- use zhegv_ to compute the eigenvalues and eigenvectors of
- a complex Hermitian-definite generalized eigenproblem
◆ SetUp()
| void LapackConnectorTest::SetUp |
( |
| ) |
|
|
inlineoverrideprotected |
| std::vector<std::complex<double> > LapackConnectorTest::A |
|
protected |
| 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 |
| int LapackConnectorTest::n |
|
protected |
◆ uplo
| char LapackConnectorTest::uplo |
|
protected |
| std::vector<double> LapackConnectorTest::w |
|
protected |
The documentation for this class was generated from the following file: