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

LAMTSQR: 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 blocked elementary reflectors computed by tall skinny QR factorization (CLATSQR) More...

Public Member Functions

 la_clamtsqr
 
 la_dlamtsqr
 
 la_qlamtsqr
 
 la_slamtsqr
 
 la_wlamtsqr
 
 la_zlamtsqr
 

Detailed Description

LAMTSQR: 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 blocked elementary reflectors computed by tall skinny QR factorization (CLATSQR)

Member Function/Subroutine Documentation

◆ la_clamtsqr()

la_lapack::lamtsqr::la_clamtsqr

◆ la_dlamtsqr()

la_lapack::lamtsqr::la_dlamtsqr

◆ la_qlamtsqr()

la_lapack::lamtsqr::la_qlamtsqr

◆ la_slamtsqr()

la_lapack::lamtsqr::la_slamtsqr

◆ la_wlamtsqr()

la_lapack::lamtsqr::la_wlamtsqr

◆ la_zlamtsqr()

la_lapack::lamtsqr::la_zlamtsqr

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