LAPACK 3.3.0

cggbal.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine CGGBAL (JOB, N, A, LDA, B, LDB, ILO, IHI, LSCALE, RSCALE, WORK, INFO)

Function Documentation

subroutine CGGBAL ( CHARACTER  JOB,
INTEGER  N,
COMPLEX,dimension( lda, * )  A,
INTEGER  LDA,
COMPLEX,dimension( ldb, * )  B,
INTEGER  LDB,
INTEGER  ILO,
INTEGER  IHI,
REAL,dimension( * )  LSCALE,
REAL,dimension( * )  RSCALE,
REAL,dimension( * )  WORK,
INTEGER  INFO 
)

Definition at line 1 of file cggbal.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions