sgssco - General sparse solver condition number estimate.
SUBROUTINE SGSSCO ( COND, HANDLE, IER )
INTEGER IER REAL COND DOUBLE PRECISION HANDLE(150)
SGSSCO - Condition number estimate.
HANDLE(150) - DOUBLE PRECISION arrayHANDLE(*) is an array containing information
needed by the solver, and must be passed unchanged to each
sparse solver subroutine.
Modified on exit.
-700 : Invalid calling sequence - need to call SGSSFA first.
-710 : Condition number estimate not available (not implemented
for this HANDLE's matix type).