GNU Octave  3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
exchqz.f File Reference

Go to the source code of this file.

Functions

subroutine exchqz (NMAX, N, A, B, Z, L, LS1, LS2, EPS, FAIL)

Function Documentation

subroutine exchqz ( integer  NMAX,
integer  N,
double precision, dimension(nmax,n)  A,
double precision, dimension(nmax,n)  B,
double precision, dimension(nmax,n)  Z,
integer  L,
integer  LS1,
integer  LS2,
double precision  EPS,
logical  FAIL 
)

Definition at line 1 of file exchqz.f.

References abs(), d, eps, f, and max().

Referenced by dsubsp().