LAPACK 3.3.1
Linear Algebra PACKage

zget51.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine ZGET51 (ITYPE, N, A, LDA, B, LDB, U, LDU, V, LDV, WORK, RWORK, RESULT)

Function Documentation

subroutine ZGET51 ( INTEGER  ITYPE,
INTEGER  N,
COMPLEX*16,dimension( lda, * )  A,
INTEGER  LDA,
COMPLEX*16,dimension( ldb, * )  B,
INTEGER  LDB,
COMPLEX*16,dimension( ldu, * )  U,
INTEGER  LDU,
COMPLEX*16,dimension( ldv, * )  V,
INTEGER  LDV,
COMPLEX*16,dimension( * )  WORK,
DOUBLE PRECISION,dimension( * )  RWORK,
DOUBLE PRECISION  RESULT 
)

Definition at line 1 of file zget51.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions