LAPACK 3.3.0

clarzb.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine CLARZB (SIDE, TRANS, DIRECT, STOREV, M, N, K, L, V, LDV, T, LDT, C, LDC, WORK, LDWORK)

Function Documentation

subroutine CLARZB ( CHARACTER  SIDE,
CHARACTER  TRANS,
CHARACTER  DIRECT,
CHARACTER  STOREV,
INTEGER  M,
INTEGER  N,
INTEGER  K,
INTEGER  L,
COMPLEX,dimension( ldv, * )  V,
INTEGER  LDV,
COMPLEX,dimension( ldt, * )  T,
INTEGER  LDT,
COMPLEX,dimension( ldc, * )  C,
INTEGER  LDC,
COMPLEX,dimension( ldwork, * )  WORK,
INTEGER  LDWORK 
)

Definition at line 1 of file clarzb.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions