XLPack 7.0
XLPack Numerical Library (Excel VBA) Reference Manual
Loading...
Searching...
No Matches
Functions
D2c4. Solution of systems of linear equations (Complex general matrices) (Direct methods)

Functions

Sub Zgssv (N As Long, Val() As Complex, Ptr() As Long, Ind() As Long, B() As Complex, RCond As Double, Optional Info As Long, Optional Format As Long=0, Optional Base As Long=-1, Optional Nrhs As Long=1, Optional ColPerm As String="A", Optional Thresh As Double=1, Optional SymMode As String="N")
 Solves the system of linear equations A*X = B (direct method) (complex sparse matrix) (SuperLU) (simple driver)
 
Sub Zgssvx (Trans As String, N As Long, Val() As Complex, Ptr() As Long, Ind() As Long, Perm_c() As Long, Perm_r() As Long, Etree() As Long, Equed As String, R() As Double, C() As Double, B() As Complex, X() As Complex, Rpg As Double, RCond As Double, FErr() As Double, BErr() As Double, Optional Info As Long, Optional Format As Long=0, Optional Base As Long=-1, Optional Nrhs As Long=1, Optional ColPerm As String="A", Optional Refine As String="N", Optional Thresh As Double=1, Optional SymMode As String="N")
 Solves the system of linear equations A*X = B, A^T*X = B or A^H*X = B (direct method) (complex sparse matrix) (SuperLU) (expert driver)
 

Detailed Description

This is the group of D2c4. Solution of systems of linear equations (Complex general matrices) (Direct methods)