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

TESTING/LIN/sptt02.f


subroutine sptt02 (n, nrhs, d, e, x, ldx, b, ldb, resid)
SPTT02

SPTT02

Purpose:


SPTT02 computes the residual for the solution to a symmetric
tridiagonal system of equations:
RESID = norm(B - A*X) / (norm(A) * norm(X) * EPS),
where EPS is the machine epsilon.

Parameters

N


N is INTEGER
The order of the matrix A.

NRHS


NRHS is INTEGER
The number of right hand sides, i.e., the number of columns
of the matrices B and X. NRHS >= 0.

D


D is REAL array, dimension (N)
The n diagonal elements of the tridiagonal matrix A.

E


E is REAL array, dimension (N-1)
The (n-1) subdiagonal elements of the tridiagonal matrix A.

X


X is REAL array, dimension (LDX,NRHS)
The n by nrhs matrix of solution vectors X.

LDX


LDX is INTEGER
The leading dimension of the array X. LDX >= max(1,N).

B


B is REAL array, dimension (LDB,NRHS)
On entry, the n by nrhs matrix of right hand side vectors B.
On exit, B is overwritten with the difference B - A*X.

LDB


LDB is INTEGER
The leading dimension of the array B. LDB >= max(1,N).

RESID


RESID is REAL
norm(B - A*X) / (norm(A) * norm(X) * EPS)

Author

Univ. of Tennessee

Univ. of California Berkeley

Univ. of Colorado Denver

NAG Ltd.

Definition at line 103 of file sptt02.f.

Generated automatically by Doxygen for LAPACK from the source code.

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