Hi,
I'd like to be able to use 0-based sparse matrix format when solving sparse systems with PARDISO. MKL docummentation mentions that sparse routines work with either 0- or 1-based formats, but PARDISO interface says otherwise. Is this possible?
Thanks,
Daniel
I'd like to be able to use 0-based sparse matrix format when solving sparse systems with PARDISO. MKL docummentation mentions that sparse routines work with either 0- or 1-based formats, but PARDISO interface says otherwise. Is this possible?
Thanks,
Daniel
链接已复制
3 回复数
Ok, I see. that's right. MKL's PARDISO started to supportzero-based (C-style) array indexing since 10.3.
You can participate 10.3 beta version program here.
You can find there the example "pardiso_sym_0_based.c" which shows how to call PARDISO with these arrays.
--Gennady