LAPACK 3.3.1
Linear Algebra PACKage

cunmr3.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine CUNMR3 (SIDE, TRANS, M, N, K, L, A, LDA, TAU, C, LDC, WORK, INFO)

Function Documentation

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

Definition at line 1 of file cunmr3.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions