gf_mumps_context

概要

CTX = gf_mumps_context(string sym, string datatype)

説明 :

mumps_context オブジェクトの汎用的なコンストラクタ

コマンドリスト

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'.