sgssor - General sparse solver ordering and symbolic factorization.
SUBROUTINE SGSSOR ( ORDMTHD, HANDLE, IER )
CHARACTER*3 ORDMTHD INTEGER IER DOUBLE PRECISION HANDLE(150)
SGSSOR - Orders and symbolically factors a sparse matrix.
'nat' or 'NAT' - natural ordering (no ordering) 'mmd' or 'MMD' - multiple minimum degree 'gnd' or 'GND' - general nested dissection 'uso' or 'USO' - user specified ordering (see SGSSUO)
Unchanged on exit.
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.
-200 : Invalid calling sequence - need to call SGSSIN first. -201 : Failure to dynamically allocate memory. -666 : Internal error.