LAPACK 3.3.0

sggbal.f File Reference

Go to the source code of this file.

Functions/Subroutines

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

Function Documentation

subroutine SGGBAL ( CHARACTER  JOB,
INTEGER  N,
REAL,dimension( lda, * )  A,
INTEGER  LDA,
REAL,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 sggbal.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions