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

Go to the source code of this file.

Functions/Subroutines

subroutine dorhr_col (M, N, NB, A, LDA, T, LDT, D, INFO)
 DORHR_COL More...
 
dlaorhr_col_getrfnp
subroutine dlaorhr_col_getrfnp(M, N, A, LDA, D, INFO)
DLAORHR_COL_GETRFNP
Definition: dlaorhr_col_getrfnp.f:148
dtrsm
subroutine dtrsm(SIDE, UPLO, TRANSA, DIAG, M, N, ALPHA, A, LDA, B, LDB)
DTRSM
Definition: dtrsm.f:183
dcopy
subroutine dcopy(N, DX, INCX, DY, INCY)
DCOPY
Definition: dcopy.f:84
xerbla
subroutine xerbla(SRNAME, INFO)
XERBLA
Definition: xerbla.f:62
dscal
subroutine dscal(N, DA, DX, INCX)
DSCAL
Definition: dscal.f:81