You are on page 1of 1

List of Routines:

* TIMER computes the elapsed execution time.


* TIMESTAMP prints out the current YMDHMS date as a timestamp.
* Y12MAE solves a single sparse linear system with one right hand side.
* Y12MAF solves a single sparse linear system with one right hand side.
* Y12MBE prepares a sparse linear system to be factored and solved.
* Y12MBF prepares a sparse linear system to be factored and solved.
* Y12MCE finds LU factors of a sparse matrix preprocessed by Y12MBE.
* Y12MCF finds LU factors of a sparse matrix preprocessed by Y12MBF.
* Y12MDE solves a linear system which has been factored by Y12MCE.
* Y12MDF solves a linear system which has been factored by Y12MCF.
* Y12MFE solves a single linear system; includes iterative refinement.
* Y12MGE estimates the condition number of a sparse matrix.
* Y12MGF estimates the condition number of a sparse matrix.
* Y12MHE computes the one-norm of a sparse matrix.
* Y12MHF computes the one-norm of a sparse matrix.
* Y12MVE finds LU factors of a matrix preprocessed by Y12MBE.
* Y12MVF finds LU factors of a matrix preprocessed by Y12MBF.
* Y12MWE reorders and factors a sparse matrix, no right hand side.
* Y12MWF reorders and factors a sparse matrix, no right hand side.
* Y12MXE factors a sparse matrix, solves multiple right hand sides.
* Y12MXF factors a sparse matrix, solves multiple right hand sides.

You might also like