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