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

GEMLQT: overwrites the general complex M-by-N matrix C with SIDE = 'L' SIDE = 'R' TRANS = 'N': Q C C Q TRANS = 'C': Q**H C C Q**H where Q is a complex unitary matrix defined as the product of K elementary reflectors: Q = H(1) H(2) . . . H(K) = I - V T V**H generated using the compact WY representation as returned by CGELQT. Q is of order M if SIDE = 'L' and of order N if SIDE = 'R'. More...

Public Member Functions

 la_cgemlqt
 
 la_dgemlqt
 
 la_qgemlqt
 
 la_sgemlqt
 
 la_wgemlqt
 
 la_zgemlqt
 

Detailed Description

GEMLQT: overwrites the general complex M-by-N matrix C with SIDE = 'L' SIDE = 'R' TRANS = 'N': Q C C Q TRANS = 'C': Q**H C C Q**H where Q is a complex unitary matrix defined as the product of K elementary reflectors: Q = H(1) H(2) . . . H(K) = I - V T V**H generated using the compact WY representation as returned by CGELQT. Q is of order M if SIDE = 'L' and of order N if SIDE = 'R'.

Member Function/Subroutine Documentation

◆ la_cgemlqt()

la_lapack::gemlqt::la_cgemlqt

◆ la_dgemlqt()

la_lapack::gemlqt::la_dgemlqt

◆ la_qgemlqt()

la_lapack::gemlqt::la_qgemlqt

◆ la_sgemlqt()

la_lapack::gemlqt::la_sgemlqt

◆ la_wgemlqt()

la_lapack::gemlqt::la_wgemlqt

◆ la_zgemlqt()

la_lapack::gemlqt::la_zgemlqt

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