LAPACK 3.3.0

cunmbr.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine CUNMBR (VECT, SIDE, TRANS, M, N, K, A, LDA, TAU, C, LDC, WORK, LWORK, INFO)

Function Documentation

subroutine CUNMBR ( CHARACTER  VECT,
CHARACTER  SIDE,
CHARACTER  TRANS,
INTEGER  M,
INTEGER  N,
INTEGER  K,
COMPLEX,dimension( lda, * )  A,
INTEGER  LDA,
COMPLEX,dimension( * )  TAU,
COMPLEX,dimension( ldc, * )  C,
INTEGER  LDC,
COMPLEX,dimension( * )  WORK,
INTEGER  LWORK,
INTEGER  INFO 
)

Definition at line 1 of file cunmbr.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions