LAPACK 3.3.1
Linear Algebra PACKage

sgghrd.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine SGGHRD (COMPQ, COMPZ, N, ILO, IHI, A, LDA, B, LDB, Q, LDQ, Z, LDZ, INFO)

Function Documentation

subroutine SGGHRD ( CHARACTER  COMPQ,
CHARACTER  COMPZ,
INTEGER  N,
INTEGER  ILO,
INTEGER  IHI,
REAL,dimension( lda, * )  A,
INTEGER  LDA,
REAL,dimension( ldb, * )  B,
INTEGER  LDB,
REAL,dimension( ldq, * )  Q,
INTEGER  LDQ,
REAL,dimension( ldz, * )  Z,
INTEGER  LDZ,
INTEGER  INFO 
)

Definition at line 1 of file sgghrd.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions