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

TESTING/EIG/slatb9.f


subroutine slatb9 (path, imat, m, p, n, type, kla, kua, klb, kub, anorm, bnorm, modea, modeb, cndnma, cndnmb, dista, distb)
SLATB9

SLATB9

Purpose:


SLATB9 sets parameters for the matrix generator based on the type of
matrix to be generated.

Parameters

PATH


PATH is CHARACTER*3
The LAPACK path name.

IMAT


IMAT is INTEGER
An integer key describing which matrix to generate for this
path.
= 1: A: diagonal, B: upper triangular
= 2: A: upper triangular, B: upper triangular
= 3: A: lower triangular, B: upper triangular
Else: A: general dense, B: general dense

M


M is INTEGER
The number of rows in the matrix to be generated.

P


P is INTEGER

N


N is INTEGER
The number of columns in the matrix to be generated.

TYPE


TYPE is CHARACTER*1
The type of the matrix to be generated:
= 'S': symmetric matrix;
= 'P': symmetric positive (semi)definite matrix;
= 'N': nonsymmetric matrix.

KLA


KLA is INTEGER
The lower band width of the matrix to be generated.

KUA


KUA is INTEGER
The upper band width of the matrix to be generated.

KLB


KLB is INTEGER
The lower band width of the matrix to be generated.

KUB


KUA is INTEGER
The upper band width of the matrix to be generated.

ANORM


ANORM is REAL
The desired norm of the matrix to be generated. The diagonal
matrix of singular values or eigenvalues is scaled by this
value.

BNORM


BNORM is REAL
The desired norm of the matrix to be generated. The diagonal
matrix of singular values or eigenvalues is scaled by this
value.

MODEA


MODEA is INTEGER
A key indicating how to choose the vector of eigenvalues.

MODEB


MODEB is INTEGER
A key indicating how to choose the vector of eigenvalues.

CNDNMA


CNDNMA is REAL
The desired condition number.

CNDNMB


CNDNMB is REAL
The desired condition number.

DISTA


DISTA is CHARACTER*1
The type of distribution to be used by the random number
generator.

DISTB


DISTB is CHARACTER*1
The type of distribution to be used by the random number
generator.

Author

Univ. of Tennessee

Univ. of California Berkeley

Univ. of Colorado Denver

NAG Ltd.

Definition at line 167 of file slatb9.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.