![]() |
LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
|
Functions | |
subroutine | clatrz (M, N, L, A, LDA, TAU, WORK) |
CLATRZ factors an upper trapezoidal matrix by means of unitary transformations. More... | |
subroutine | dlatrz (M, N, L, A, LDA, TAU, WORK) |
DLATRZ factors an upper trapezoidal matrix by means of orthogonal transformations. More... | |
subroutine | slatrz (M, N, L, A, LDA, TAU, WORK) |
SLATRZ factors an upper trapezoidal matrix by means of orthogonal transformations. More... | |
subroutine | zlatrz (M, N, L, A, LDA, TAU, WORK) |
ZLATRZ factors an upper trapezoidal matrix by means of unitary transformations. More... | |