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

LAMSWLQ: overwrites the general complex 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 short wide LQ factorization (CLASWLQ) More...

Public Member Functions

 la_clamswlq
 
 la_dlamswlq
 
 la_qlamswlq
 
 la_slamswlq
 
 la_wlamswlq
 
 la_zlamswlq
 

Detailed Description

LAMSWLQ: overwrites the general complex 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 short wide LQ factorization (CLASWLQ)

Member Function/Subroutine Documentation

◆ la_clamswlq()

la_lapack::lamswlq::la_clamswlq

◆ la_dlamswlq()

la_lapack::lamswlq::la_dlamswlq

◆ la_qlamswlq()

la_lapack::lamswlq::la_qlamswlq

◆ la_slamswlq()

la_lapack::lamswlq::la_slamswlq

◆ la_wlamswlq()

la_lapack::lamswlq::la_wlamswlq

◆ la_zlamswlq()

la_lapack::lamswlq::la_zlamswlq

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