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

Functions

void dgelqf (int m, int n, int lda, double a[], double tau[], double work[], int lwork, int *info)
 LQ factorization
 
void dgeqp3 (int m, int n, int lda, double a[], int jpvt[], double tau[], double work[], int lwork, int *info)
 QR factorization with pivoting
 
void dgeqrf (int m, int n, int lda, double a[], double tau[], double work[], int lwork, int *info)
 QR factorization
 
void dorglq (int m, int n, int k, int lda, double a[], double tau[], double work[], int lwork, int *info)
 Generates matrix Q of LQ factorization
 
void dorgqr (int m, int n, int k, int lda, double a[], double tau[], double work[], int lwork, int *info)
 Generates matrix Q of QR factorization
 
void dormlq (char side, char trans, int m, int n, int k, int lda, double a[], double tau[], int ldc, double c[], double work[], int lwork, int *info)
 Multiplies matrix by Q of LQ factorization
 
void dormqr (char side, char trans, int m, int n, int k, int lda, double a[], double tau[], int ldc, double c[], double work[], int lwork, int *info)
 Multiplies matrix by Q of QR factorization
 

Detailed Description

This is the group of D5. QR factorization.