f11mfc solves a real sparse system of linear equations with multiple right-hand sides given an
factorization of the sparse matrix computed by
f11mec.
f11mfc solves a real system of linear equations with multiple right-hand sides
or
, according to the value of the argument
trans, where the matrix factorization
corresponds to an
decomposition of a sparse matrix stored in compressed column (Harwell–Boeing) format, as computed by
f11mec.
None.
For each right-hand side vector
, the computed solution
is the exact solution of a perturbed system of equations
, where
is a modest linear function of
, and
is the
machine precision, when partial pivoting is used.
If
is the true solution, then the computed solution
satisfies a forward error bound of the form
where
.
Note that
can be much smaller than
, and
can be much larger (or smaller) than
.
Forward and backward error bounds can be computed by calling
f11mhc, and an estimate for
can be obtained by calling
f11mgc.
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.
f11mfc may be followed by a call to
f11mhc to refine the solution and return an error estimate.
This example solves the system of equations
, where
Here
is nonsymmetric and must first be factorized by
f11mec.