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/LIN/alareq.f(3) LAPACK TESTING/LIN/alareq.f(3)

TESTING/LIN/alareq.f


subroutine alareq (path, nmats, dotype, ntypes, nin, nout)
ALAREQ

ALAREQ

Purpose:


ALAREQ handles input for the LAPACK test program. It is called
to evaluate the input line which requested NMATS matrix types for
PATH. The flow of control is as follows:
IF NMATS = NTYPES THEN
DOTYPE(1:NTYPES) = .TRUE.
ELSE
Read the next input line for NMATS matrix types
Set DOTYPE(I) = .TRUE. for each valid type I
END IF

Parameters

PATH


PATH is CHARACTER*3
An LAPACK path name for testing.

NMATS


NMATS is INTEGER
The number of matrix types to be used in testing this path.

DOTYPE


DOTYPE is LOGICAL array, dimension (NTYPES)
The vector of flags indicating if each type will be tested.

NTYPES


NTYPES is INTEGER
The maximum number of matrix types for this path.

NIN


NIN is INTEGER
The unit number for input. NIN >= 1.

NOUT


NOUT is INTEGER
The unit number for output. NOUT >= 1.

Author

Univ. of Tennessee

Univ. of California Berkeley

Univ. of Colorado Denver

NAG Ltd.

Definition at line 89 of file alareq.f.

Generated automatically by Doxygen for LAPACK from the source code.

Sun Jan 12 2025 15:13:34 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.