mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-09-04 11:09:28 +02:00
KLU is selected by 'option klu' If both 'option klu' and 'option sparse' are given, the last one executed determines the solver. 'option sparse=0' de-selects spares, i.e. selects klu. 'option klu=0' de-selects klu, selects sparse. 'option klu=1' has the same meaning as 'option klu'. 'option sparse=1' has the same meaning as 'option sparse'.