XLPack 6.1
Excel VBA Numerical Library Reference Manual
Loading...
Searching...
No Matches
Functions
D9b. Overdetermined or underdetermined systems of linear equations (constrained) (complex)

Functions

Sub Zggglm (N As Long, M As Long, P As Long, A() As Complex, B() As Complex, D() As Complex, X() As Complex, Y() As Complex, Info As Long)
 General Gauss-Markov linear model (GLM) problem of complex matrices
 
Sub Zgglse (M As Long, N As Long, P As Long, A() As Complex, B() As Complex, C() As Complex, D() As Complex, X() As Complex, Info As Long)
 Linear equality-constrained least squares (LSE) problem of complex matrices
 

Detailed Description

This is the group of D9b. Overdetermined or underdetermined systems of linear equations (constrained) (complex).