XLPack 6.1
Excel VBA Numerical Library Reference Manual
Loading...
Searching...
No Matches
Functions
D2d2. Solution of systems of linear equations (Hermitian positive definite banded matrices) (complex) - Computational routines

Functions

Sub Zpbcon (Uplo As String, N As Long, Kd As Long, Ab() As Complex, ANorm As Double, RCond As Double, Info As Long)
 Condition number of a Hermitian positive definite band matrix
 
Sub Zpbtrf (Uplo As String, N As Long, Kd As Long, Ab() As Complex, Info As Long)
 Cholesky factorization of a Hermitian positive definite band matrix
 
Sub Zpbtrs (Uplo As String, N As Long, Kd As Long, Ab() As Complex, B() As Complex, Info As Long, Optional Nrhs As Long=1)
 Solution to factorized system of linear equations AX = B for a Hermitian positive definite band matrix
 
Sub Zptcon (N As Long, D() As Double, E() As Complex, ANorm As Double, RCond As Double, Info As Long)
 Condition number of a Hermitian positive definite tridiagonal matrix
 
Sub Zpttrf (N As Long, D() As Double, E() As Complex, Info As Long)
 LDLH factorization of a Hermitian positive definite tridiagonal matrix
 
Sub Zpttrs (Uplo As String, N As Long, D() As Double, E() As Complex, B() As Complex, Info As Long, Optional Nrhs As Long=1)
 Solution to factorized system of linear equations AX = B for a Hermitian positive definite tridiagonal matrix
 

Detailed Description

This is the group of D2d2. Solution of systems of linear equations (Hermitian positive definite banded matrices) (complex) - Computational routines.