LAPACK 3.3.1
Linear Algebra PACKage

dlaein.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine DLAEIN (RIGHTV, NOINIT, N, H, LDH, WR, WI, VR, VI, B, LDB, WORK, EPS3, SMLNUM, BIGNUM, INFO)

Function Documentation

subroutine DLAEIN ( LOGICAL  RIGHTV,
LOGICAL  NOINIT,
INTEGER  N,
DOUBLE PRECISION,dimension( ldh, * )  H,
INTEGER  LDH,
DOUBLE PRECISION  WR,
DOUBLE PRECISION  WI,
DOUBLE PRECISION,dimension( * )  VR,
DOUBLE PRECISION,dimension( * )  VI,
DOUBLE PRECISION,dimension( ldb, * )  B,
INTEGER  LDB,
DOUBLE PRECISION,dimension( * )  WORK,
DOUBLE PRECISION  EPS3,
DOUBLE PRECISION  SMLNUM,
DOUBLE PRECISION  BIGNUM,
INTEGER  INFO 
)

Definition at line 1 of file dlaein.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions