nag_sparse_herm_basic_diagnostic (f11gtc) is the third in a suite of three functions for the iterative solution of a complex Hermitian system of simultaneous linear equations (see
Golub and Van Loan (1996)).
nag_sparse_herm_basic_diagnostic (f11gtc) returns information about the computations during an iteration and/or after this has been completed. The first function of the suite,
nag_sparse_herm_basic_setup (f11grc), is a setup function, the second function,
nag_sparse_herm_basic_solver (f11gsc) is the proper iterative solver.
These three functions are suitable for the solution of large sparse complex Hermitian systems of equations.
nag_sparse_herm_basic_diagnostic (f11gtc) returns information about the solution process. It can be called both during a monitoring step of the solver
nag_sparse_herm_basic_solver (f11gsc) or after this solver has completed its tasks. Calling
nag_sparse_herm_basic_diagnostic (f11gtc) at any other time will result in an error condition being raised.
Not applicable.
None.