f11bfc is the third in a suite of three functions for the iterative solution of a real general (nonsymmetric) system of simultaneous linear equations (see
Golub and Van Loan (1996)).
f11bfc returns information about the computations during an iteration and/or after this has been completed. The first function of the suite,
f11bdc, is a setup function; the second function,
f11bec, is the iterative solver itself.
These three functions are suitable for the solution of large sparse general (nonsymmetric) systems of equations.
f11bfc returns information about the solution process. It can be called either during a monitoring step of
f11bec or after
f11bec has completed its tasks. Calling
f11bfc at any other time will result in an error condition being raised.
For further information you should read the documentation for
f11bdc and
f11bec.
Not applicable.
None.