LAPACK 3.3.0

dlaebz.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine DLAEBZ (IJOB, NITMAX, N, MMAX, MINP, NBMIN, ABSTOL, RELTOL, PIVMIN, D, E, E2, NVAL, AB, C, MOUT, NAB, WORK, IWORK, INFO)

Function Documentation

subroutine DLAEBZ ( INTEGER  IJOB,
INTEGER  NITMAX,
INTEGER  N,
INTEGER  MMAX,
INTEGER  MINP,
INTEGER  NBMIN,
DOUBLE PRECISION  ABSTOL,
DOUBLE PRECISION  RELTOL,
DOUBLE PRECISION  PIVMIN,
DOUBLE PRECISION,dimension( * )  D,
DOUBLE PRECISION,dimension( * )  E,
DOUBLE PRECISION,dimension( * )  E2,
INTEGER,dimension( * )  NVAL,
DOUBLE PRECISION,dimension( mmax, * )  AB,
DOUBLE PRECISION,dimension( * )  C,
INTEGER  MOUT,
INTEGER,dimension( mmax, * )  NAB,
DOUBLE PRECISION,dimension( * )  WORK,
INTEGER,dimension( * )  IWORK,
INTEGER  INFO 
)

Definition at line 1 of file dlaebz.f.

Here is the caller graph for this function:

 All Files Functions