XLPack 7.0
XLPack Numerical Library (C API) Reference Manual
Loading...
Searching...
No Matches
Functions

Functions

void zgelqf (int m, int n, int lda, doublecomplex a[], doublecomplex tau[], doublecomplex work[], int lwork, int *info)
 LQ factorization of a complex
 
void zgeqp3 (int m, int n, int lda, doublecomplex a[], int jpvt[], doublecomplex tau[], doublecomplex work[], int lwork, double rwork[], int *info)
 QR factorization of a complex matrix with pivoting
 
void zgeqrf (int m, int n, int lda, doublecomplex a[], doublecomplex tau[], doublecomplex work[], int lwork, int *info)
 QR factorization of a complex matrix
 
void zunglq (int m, int n, int k, int lda, doublecomplex a[], doublecomplex tau[], doublecomplex work[], int lwork, int *info)
 Generates matrix Q of LQ factorization of a complex matrix
 
void zungqr (int m, int n, int k, int lda, doublecomplex a[], doublecomplex tau[], doublecomplex work[], int lwork, int *info)
 Generates matrix Q of QR factorization of a complex matrix
 
void zunmlq (char side, char trans, int m, int n, int k, int lda, doublecomplex a[], doublecomplex tau[], int ldc, doublecomplex c[], doublecomplex work[], int lwork, int *info)
 Multiplies matrix by Q of LQ factorization of a complex matrix
 
void zunmqr (char side, char trans, int m, int n, int k, int lda, doublecomplex a[], doublecomplex tau[], int ldc, doublecomplex c[], doublecomplex work[], int lwork, int *info)
 Multiplies matrix by Q of QR factorization of a complex matrix
 

Detailed Description

This is the group of D5. QR factorization (complex).