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

TESTING/EIG/zbdt02.f


subroutine zbdt02 (m, n, b, ldb, c, ldc, u, ldu, work, rwork, resid)
ZBDT02

ZBDT02

Purpose:


ZBDT02 tests the change of basis C = U**H * B by computing the
residual
RESID = norm(B - U * C) / ( max(m,n) * norm(B) * EPS ),
where B and C are M by N matrices, U is an M by M orthogonal matrix,
and EPS is the machine precision.

Parameters

M


M is INTEGER
The number of rows of the matrices B and C and the order of
the matrix Q.

N


N is INTEGER
The number of columns of the matrices B and C.

B


B is COMPLEX*16 array, dimension (LDB,N)
The m by n matrix B.

LDB


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

C


C is COMPLEX*16 array, dimension (LDC,N)
The m by n matrix C, assumed to contain U**H * B.

LDC


LDC is INTEGER
The leading dimension of the array C. LDC >= max(1,M).

U


U is COMPLEX*16 array, dimension (LDU,M)
The m by m orthogonal matrix U.

LDU


LDU is INTEGER
The leading dimension of the array U. LDU >= max(1,M).

WORK


WORK is COMPLEX*16 array, dimension (M)

RWORK


RWORK is DOUBLE PRECISION array, dimension (M)

RESID


RESID is DOUBLE PRECISION
RESID = norm(B - U * C) / ( max(m,n) * norm(B) * EPS ),

Author

Univ. of Tennessee

Univ. of California Berkeley

Univ. of Colorado Denver

NAG Ltd.

Definition at line 118 of file zbdt02.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.