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