XLPack 6.1
C/C++ API Reference Manual
Loading...
Searching...
No Matches
Functions
D9b. Overdetermined or underdetermined systems of linear equations (constrained) (complex)

Functions

void _zggglm (int n, int m, int p, int lda, doublecomplex a[], int ldb, doublecomplex b[], doublecomplex d[], doublecomplex x[], doublecomplex y[], doublecomplex work[], int lwork, int *info)
 General Gauss-Markov linear model (GLM) problem of complex matrices
 
void _zgglse (int m, int n, int p, int lda, doublecomplex a[], int ldb, doublecomplex b[], doublecomplex c[], doublecomplex d[], doublecomplex x[], doublecomplex work[], int lwork, int *info)
 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).