ZGET22

   Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd..
   November 2006

Purpose

ZGET22 does an eigenvector check.

The basic test is:

   RESULT(1) = | A E  -  E W | / ( |A| |E| ulp )

using the 1-norm.  It also tests the normalization of E:

   RESULT(2) = max | m-norm(E(j)) - 1 | / ( n ulp )
                j

where E(j) is the j-th eigenvector, and m-norm is the max-norm of a
vector.  The max-norm of a complex n-vector x in this case is the
maximum of |re(x(i)| + |im(x(i)| over i = 1, ..., n.

Arguments

Call Graph

Caller Graph