dgssco - General sparse solver condition number estimate.
SUBROUTINE DGSSCO ( COND, HANDLE, IER )
INTEGER IER DOUBLE PRECISION COND DOUBLE PRECISION HANDLE(150)
DGSSCO - 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 DGSSFA first.
-710 : Condition number estimate not available (not implemented
for this HANDLE's matix type).