LABRD: reduces the first NB rows and columns of a complex general m by n matrix A to upper or lower real bidiagonal form by a unitary transformation Q**H * A * P, and returns the matrices X and Y which are needed to apply the transformation to the unreduced part of A. If m >= n, A is reduced to upper bidiagonal form; if m < n, to lower bidiagonal form. This is an auxiliary routine called by CGEBRD.
More...
LABRD: reduces the first NB rows and columns of a complex general m by n matrix A to upper or lower real bidiagonal form by a unitary transformation Q**H * A * P, and returns the matrices X and Y which are needed to apply the transformation to the unreduced part of A. If m >= n, A is reduced to upper bidiagonal form; if m < n, to lower bidiagonal form. This is an auxiliary routine called by CGEBRD.
◆ la_clabrd()
| la_lapack::labrd::la_clabrd |
◆ la_dlabrd()
| la_lapack::labrd::la_dlabrd |
◆ la_qlabrd()
| la_lapack::labrd::la_qlabrd |
◆ la_slabrd()
| la_lapack::labrd::la_slabrd |
◆ la_wlabrd()
| la_lapack::labrd::la_wlabrd |
◆ la_zlabrd()
| la_lapack::labrd::la_zlabrd |
The documentation for this interface was generated from the following file: