changes

来自「数学算法的实现库。可以实现常见的线性计算。」· 代码 · 共 25 行

TXT
25
字号
ILUPACK 2.0Changes compared with release V1.1real/complex symmetric indefinite problems as well as complex Hermitianindefinite systems are supported by special drivers.As iterative solver the simplified QMR by Freund & Nachtigal using the backward erroris used.new symmetric permutation interfaces based on symmetric matchings are provided------------------------------------------------------------------------------ o  SYMMETRIC MC64 + AMD     (MC64 from HSL   +approximate minimum degree from UMFPACK V4.3) o  SYMMETRIC MPS  + AMD     (MPS from PARDISO+approximate minimum degree from UMFPACK V4.3) o  SYMMETRIC MC64 + METIS_E (MC64 from HSL+multilevel edge nested dissection, MeTiS 4.0) o  SYMMETRIC MPS  + METIS_E (MPS from PARDSISO+multilevel edge nested dissection, MeTiS 4.0) o  SYMMETRIC MC64 + METIS_N (MC64 from HSL+multilevel node nested dissection, MeTiS 4.0) o  SYMMETRIC MPS  + METIS_N (MPS from PARDSISO+multilevel node nested dissection, MeTiS 4.0) o SYMMETRIC MC64/MPS + {RCM,MMD,AMF} similar

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?