gf_mumps_context

Synopsis

CTX = gf_mumps_context(string sym, string datatype)

Description :

General constructor for mumps_context objects.

Command list :

CTX = gf_mumps_context(string sym, string datatype)

The argument sym should be ‘symmetric’ or ‘general symmetric’, ‘symmetric positive definite’, ‘unsymmetric’, or empty. Default value (empty) is ‘unsymmetric’ (MUMPS option 0). The option ‘symmetric’ is equivalent to ‘general symmetric’ (MUMPS option 2). The argument datatype should be ‘real’ or ‘complex’ or empty. Default value (empty) is ‘real’.