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

Go to the source code of this file.

Functions/Subroutines

subroutine cunhr_col (M, N, NB, A, LDA, T, LDT, D, INFO)
 CUNHR_COL More...
 
claunhr_col_getrfnp
subroutine claunhr_col_getrfnp(M, N, A, LDA, D, INFO)
CLAUNHR_COL_GETRFNP
Definition: claunhr_col_getrfnp.f:148
ctrsm
subroutine ctrsm(SIDE, UPLO, TRANSA, DIAG, M, N, ALPHA, A, LDA, B, LDB)
CTRSM
Definition: ctrsm.f:182
cscal
subroutine cscal(N, CA, CX, INCX)
CSCAL
Definition: cscal.f:80
xerbla
subroutine xerbla(SRNAME, INFO)
XERBLA
Definition: xerbla.f:62
ccopy
subroutine ccopy(N, CX, INCX, CY, INCY)
CCOPY
Definition: ccopy.f:83