![]() |
XLPack 6.1
Excel VBA Numerical Library Reference Manual
|
Functions | |
Sub | Zhbgv (Jobz As String, Uplo As String, N As Long, Ka As Long, Kb As Long, Ab() As Complex, Bb() As Complex, W() As Double, Z() As Complex, Info As Long) |
(Simple driver) Generalized eigenvalue problem of Hermitian band matrices | |
Sub | Zhbgvd (Jobz As String, Uplo As String, N As Long, Ka As Long, Kb As Long, Ab() As Complex, Bb() As Complex, W() As Double, Z() As Complex, Info As Long) |
(Divide and conquer driver) Generalized eigenvalue problem of Hermitian band matrices | |
Sub | Zhbgvx (Jobz As String, Range As String, Uplo As String, N As Long, Ka As Long, Kb As Long, Ab() As Complex, Bb() As Complex, Q() As Complex, Vl As Double, Vu As Double, Il As Long, Iu As Long, AbsTol As Double, M As Long, W() As Double, Z() As Complex, IFail() As Long, Info As Long) |
(Expert driver) Generalized eigenvalue problem of Hermitian band matrices | |
Sub | Zhegv (IType As Long, JobZ As String, Uplo As String, N As Long, A() As Complex, B() As Complex, W() As Double, Info As Long) |
(Simple driver) Generalized eigenvalue problem of Hermitian matrices | |
Sub | Zhegvd (IType As Long, Jobz As String, Uplo As String, N As Long, A() As Complex, B() As Complex, W() As Double, Info As Long) |
(Divide and conquer driver) Generalized eigenvalue problem of Hermitian matrices | |
Sub | Zhegvx (IType As Long, Jobz As String, Range As String, Uplo As String, N As Long, A() As Complex, B() As Complex, Vl As Double, Vu As Double, Il As Long, Iu As Long, AbsTol As Double, M As Long, W() As Double, Z() As Complex, IFail() As Long, Info As Long) |
(Expert driver) Generalized eigenvalue problem of Hermitian matrices | |
Sub | Zhpgv (IType As Long, Jobz As String, Uplo As String, N As Long, Ap() As Complex, Bp() As Complex, W() As Double, Z() As Complex, Info As Long) |
(Simple driver) Generalized eigenvalue problem of Hermitian matrices in packed form | |
Sub | Zhpgvd (IType As Long, Jobz As String, Uplo As String, N As Long, Ap() As Complex, Bp() As Complex, W() As Double, Z() As Complex, Info As Long) |
(Divide and conquer driver) Generalized eigenvalue problem of Hermitian matrices in packed form | |
Sub | Zhpgvx (IType As Long, Jobz As String, Range As String, Uplo As String, N As Long, Ap() As Complex, Bp() As Complex, Vl As Double, Vu As Double, Il As Long, Iu As Long, AbsTol As Double, M As Long, W() As Double, Z() As Complex, IFail() As Long, Info As Long) |
(Expert driver) Generalized eigenvalue problem of Hermitian matrices in packed form | |
This is the group of D4b3. Generalized eigenvalue problems (Hermitian matrices) (complex).