GNU Octave  4.0.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/Subroutines
sexchqz.f File Reference

Go to the source code of this file.

Functions/Subroutines

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

Function/Subroutine Documentation

subroutine sexchqz ( integer  NMAX,
integer  N,
real, dimension(nmax,n)  A,
real, dimension(nmax,n)  B,
real, dimension(nmax,n)  Z,
integer  L,
integer  LS1,
integer  LS2,
real  EPS,
logical  FAIL 
)

Definition at line 1 of file sexchqz.f.

References abs(), and max().

Referenced by ssubsp().