f11mgc computes an estimate of the reciprocal of the condition number of a sparse matrix given an
factorization of the matrix computed by
f11mec.
f11mgc estimates the condition number of a real sparse matrix
, in either the
-norm or the
-norm:
Note that
.
The function should be preceded by a call to
f11mlc to compute
or
, and a call to
f11mec to compute the
factorization of
. The function then estimates
or
and computes the reciprocal of the condition number.
None.
The computed estimate
rcond is never less than the true value
, and in practice is nearly always less than
, although examples can be constructed where
rcond is much larger.
Background information to multithreading can be found in the
Multithreading documentation.
Please consult the
X06 Chapter Introduction for information on how to control and interrogate the OpenMP environment used within this function. Please also consult the
Users' Note for your implementation for any additional implementation-specific information.
This example estimates the condition number in the
-norm of the matrix
, where
Here
is nonsymmetric and must first be factorized by
f11mec. The true condition number in the
-norm is
.