![]() |
LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
|
Functions | |
subroutine | clahr2 (N, K, NB, A, LDA, TAU, T, LDT, Y, LDY) |
CLAHR2 reduces the specified number of first columns of a general rectangular matrix A so that elements below the specified subdiagonal are zero, and returns auxiliary matrices which are needed to apply the transformation to the unreduced part of A. More... | |
subroutine | dlahr2 (N, K, NB, A, LDA, TAU, T, LDT, Y, LDY) |
DLAHR2 reduces the specified number of first columns of a general rectangular matrix A so that elements below the specified subdiagonal are zero, and returns auxiliary matrices which are needed to apply the transformation to the unreduced part of A. More... | |
subroutine | slahr2 (N, K, NB, A, LDA, TAU, T, LDT, Y, LDY) |
SLAHR2 reduces the specified number of first columns of a general rectangular matrix A so that elements below the specified subdiagonal are zero, and returns auxiliary matrices which are needed to apply the transformation to the unreduced part of A. More... | |
subroutine | zlahr2 (N, K, NB, A, LDA, TAU, T, LDT, Y, LDY) |
ZLAHR2 reduces the specified number of first columns of a general rectangular matrix A so that elements below the specified subdiagonal are zero, and returns auxiliary matrices which are needed to apply the transformation to the unreduced part of A. More... | |