XLPack 6.1
Excel VBA Numerical Library Reference Manual
Loading...
Searching...
No Matches
Functions
D2d1a. Solution of systems of linear equations (Hermitian matrices) (complex) - Driver routines

Functions

Sub Zhesv (Uplo As String, N As Long, A() As Complex, IPiv() As Long, B() As Complex, Info As Long, Optional Nrhs As Long=1)
 (Simple driver) Solution to system of linear equations AX = B for a Hermitian matrix
 
Sub Zhesvx (Fact As String, Uplo As String, N As Long, A() As Complex, Af() As Complex, IPiv() As Long, B() As Complex, X() As Complex, RCond As Double, FErr() As Double, BErr() As Double, Info As Long, Optional Nrhs As Long=1)
 (Expert driver) Solution to system of linear equations AX = B for a Hermitian matrix
 
Sub Zhpsv (Uplo As String, N As Long, Ap() As Complex, IPiv() As Long, B() As Complex, Info As Long, Optional Nrhs As Long=1)
 (Simple driver) Solution to system of linear equations AX = B for a Hermitian matrix in packed form
 
Sub Zhpsvx (Fact As String, Uplo As String, N As Long, Ap() As Complex, Afp() As Complex, IPiv() As Long, B() As Complex, X() As Complex, RCond As Double, FErr() As Double, BErr() As Double, Info As Long, Optional Nrhs As Long=1)
 (Expert driver) Solution to system of linear equations AX = B for a Hermitian matrix in packed form
 

Detailed Description

This is the group of D2d1a. Solution of systems of linear equations (Hermitian matrices) (complex) - Driver routines.