![]() |
XLPack 7.0
XLPack Numerical Library (Excel Worksheet Functions) Reference Manual
|
Functions | |
| Function | WZgbsv (N As Long, Kl As Long, Ku As Long, Ab As Variant, B As Variant, Optional Nrhs As Long=1) |
| Solution to system of linear equations AX = B for a complex band matrix (complex number representation in Excel format) | |
| Function | WZgbsv2 (N As Long, Kl As Long, Ku As Long, Ab As Variant, B As Variant, Optional Nrhs As Long=1) |
| Solution to system of linear equations AX = B for a complex band matrix (complex numbers in pairs of cells) | |
| Function | WZgesv (N As Long, A As Variant, B As Variant, Optional Nrhs As Long=1) |
| Solution to system of linear equations AX = B for a complex matrix (complex number representation in Excel format) | |
| Function | WZgesv2 (N As Long, A As Variant, B As Variant, Optional Nrhs As Long=1) |
| Solution to system of linear equations AX = B for a complex matrix (complex numbers in pairs of cells) | |
| Function | WZgtsv (N As Long, Dl As Variant, D As Variant, Du As Variant, B As Variant, Optional Nrhs As Long=1) |
| Solution to system of linear equations AX = B for a complex tridiagonal matrix (complex number representation in Excel format) | |
| Function | WZgtsv2 (N As Long, Dl As Variant, D As Variant, Du As Variant, B As Variant, Optional Nrhs As Long=1) |
| Solution to system of linear equations AX = B for a complex tridiagonal matrix (complex numbers in pairs of cells) | |
| Function | WZsysv (Uplo As String, N As Long, A As Variant, B As Variant, Optional Nrhs As Long=1) |
| Solution to system of linear equations AX = B for a complex symmetric matrix | |
| Function | WZsysv2 (Uplo As String, N As Long, A As Variant, B As Variant, Optional Nrhs As Long=1) |
| Solution to system of linear equations AX = B for a complex symmetric matrix | |
| Function | WZtrtrs (Uplo As String, N As Long, A As Variant, B As Variant, Optional Trans As String="N", Optional Nrhs As Long=1) |
| Solution to system of linear equations AX = B, ATX = B or AHX = B for a complex triangular matrix | |
| Function | WZtrtrs2 (Uplo As String, N As Long, A As Variant, B As Variant, Optional Trans As String="N", Optional Nrhs As Long=1) |
| Solution to system of linear equations AX = B, ATX = B or AHX = B for a complex triangular matrix | |
This is the group of D2c. Solution of systems of linear equations (general matrices, triangular matrices) (complex).