LAPACK  3.9.0
LAPACK: Linear Algebra PACKage
slaorhr_col_getrfnp2.f File Reference

Go to the source code of this file.

Functions/Subroutines

recursive subroutine slaorhr_col_getrfnp2 (M, N, A, LDA, D, INFO)
 SLAORHR_COL_GETRFNP2 More...
 
sgemm
subroutine sgemm(TRANSA, TRANSB, M, N, K, ALPHA, A, LDA, B, LDB, BETA, C, LDC)
SGEMM
Definition: sgemm.f:189
slaorhr_col_getrfnp2
recursive subroutine slaorhr_col_getrfnp2(M, N, A, LDA, D, INFO)
SLAORHR_COL_GETRFNP2
Definition: slaorhr_col_getrfnp2.f:169
sscal
subroutine sscal(N, SA, SX, INCX)
SSCAL
Definition: sscal.f:81
xerbla
subroutine xerbla(SRNAME, INFO)
XERBLA
Definition: xerbla.f:62
strsm
subroutine strsm(SIDE, UPLO, TRANSA, DIAG, M, N, ALPHA, A, LDA, B, LDB)
STRSM
Definition: strsm.f:183
slamch
real function slamch(CMACH)
SLAMCH
Definition: slamch.f:70