XLPack 7.0
XLPack Numerical Library (Excel VBA) Reference Manual
Loading...
Searching...
No Matches
Functions

Functions

Sub Ztbcon (Norm As String, Uplo As String, Diag As String, N As Long, Kd As Long, Ab() As Complex, RCond As Double, Info As Long)
 Condition number of a complex triangular band matrix
 
Sub Ztbtrs (Uplo As String, Trans As String, Diag As String, N As Long, Kd As Long, Ab() As Complex, B() As Complex, Info As Long, Optional Nrhs As Long=1)
 Solution to system of linear equations AX = B, ATX = B or AHX = B for a complex triangular band matrix
 
Sub Ztpcon (Norm As String, Uplo As String, Diag As String, N As Long, Ap() As Complex, RCond As Double, Info As Long)
 Condition number of a complex triangular matrix in packed form
 
Sub Ztptri (Uplo As String, Diag As String, N As Long, Ap() As Complex, Info As Long)
 Inverse of a complex triangular matrix in packed form
 
Sub Ztptrs (Uplo As String, Trans As String, Diag As String, N As Long, Ap() As Complex, B() As Complex, Info As Long, Optional Nrhs As Long=1)
 Solution to system of linear equations AX = B, ATX = B or AHX = B for a complex triangular matrix in packed form
 
Sub Ztrcon (Norm As String, Uplo As String, Diag As String, N As Long, A() As Complex, RCond As Double, Info As Long)
 Condition number of a complex triangular matrix
 
Sub Ztrtri (Uplo As String, Diag As String, N As Long, A() As Complex, Info As Long)
 Inverse of a complex triangular matrix
 
Sub Ztrtrs (Uplo As String, Trans As String, Diag As String, N As Long, A() As Complex, B() As Complex, Info As Long, Optional Nrhs As Long=1)
 Solution to system of linear equations AX = B, ATX = B or AHX = B for a complex triangular matrix
 

Detailed Description

This is the group of D2c3. Solution of systems of linear equations (triangular matrices) (complex).