GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
TESTING/EIG/sget40.f(3) LAPACK TESTING/EIG/sget40.f(3)

TESTING/EIG/sget40.f


subroutine sget40 (rmax, lmax, ninfo, knt, nin)
SGET40

SGET40

Purpose:


SGET40 tests STGEXC, a routine for swapping adjacent blocks (either
1 by 1 or 2 by 2) on the diagonal of a pencil in real generalized Schur form.
Thus, STGEXC computes an orthogonal matrices Q and Z such that
Q' * ( [ A B ], [ D E ] ) * Z = ( [ C1 B1 ], [ F1 E1 ] )
( [ 0 C ] [ F ] ) ( [ 0 A1 ] [ D1] )
where (C1,F1) is similar to (C,F) and (A1,D1) is similar to (A,D).
Both (A,D) and (C,F) are assumed to be in standard form
and (A1,D1) and (C1,F1) are returned with the
same properties.

Parameters

RMAX


RMAX is REAL
Value of the largest test ratio.

LMAX


LMAX is INTEGER
Example number where largest test ratio achieved.

NINFO


NINFO is INTEGER array, dimension (2)
NINFO( 1 ) = STGEXC without accumulation returned INFO nonzero
NINFO( 2 ) = STGEXC with accumulation returned INFO nonzero

KNT


KNT is INTEGER
Total number of examples tested.

NIN


NIN is INTEGER
Input logical unit number.

Author

Univ. of Tennessee

Univ. of California Berkeley

Univ. of Colorado Denver

NAG Ltd.

Definition at line 84 of file sget40.f.

Generated automatically by Doxygen for LAPACK from the source code.

Sun Jan 12 2025 15:13:33 Version 3.12.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.