Contents
     sgssps - Print general sparse solver statics.
      SUBROUTINE SGSSPS ( HANDLE, IER )
      INTEGER           IER
      DOUBLE PRECISION  HANDLE(150)
     SGSSPS - Print solver statistics.
     HANDLE(150)  - DOUBLE PRECISION array
             On entry, HANDLE(*) is an array containing
             information needed by the solver, and must be passed
             unchanged to each sparse solver subroutine.
             Modified on exit.
     IER       - INTEGER
             Error number.  If no error encountered, unchanged on
             exit.  If error encountered, it is set to a non-zero
             integer.  Error numbers set by this subroutine:
              -800 : Invalid calling sequence - need to call SGSSSL first.
              -899 : Printed solver statistics not supported this release.