fortran-lapack
Loading...
Searching...
No Matches
la_lapack::gemqr Interface Reference

GEMQR: overwrites the general real M-by-N matrix C with SIDE = 'L' SIDE = 'R' TRANS = 'N': Q * C C * Q TRANS = 'T': Q**H * C C * Q**H where Q is a complex unitary matrix defined as the product of blocked elementary reflectors computed by tall skinny QR factorization (CGEQR) More...

Public Member Functions

 la_cgemqr
 
 la_dgemqr
 
 la_qgemqr
 
 la_sgemqr
 
 la_wgemqr
 
 la_zgemqr
 

Detailed Description

GEMQR: overwrites the general real M-by-N matrix C with SIDE = 'L' SIDE = 'R' TRANS = 'N': Q * C C * Q TRANS = 'T': Q**H * C C * Q**H where Q is a complex unitary matrix defined as the product of blocked elementary reflectors computed by tall skinny QR factorization (CGEQR)

Member Function/Subroutine Documentation

◆ la_cgemqr()

la_lapack::gemqr::la_cgemqr

◆ la_dgemqr()

la_lapack::gemqr::la_dgemqr

◆ la_qgemqr()

la_lapack::gemqr::la_qgemqr

◆ la_sgemqr()

la_lapack::gemqr::la_sgemqr

◆ la_wgemqr()

la_lapack::gemqr::la_wgemqr

◆ la_zgemqr()

la_lapack::gemqr::la_zgemqr

The documentation for this interface was generated from the following file: