+1
−1
+1
−1
+1
−1
+71
−43
Loading
Parameters for Lanczos solver now uses a rabbit hole
procedure to read the parameters, as follows.
if ind < 0 then use the hare approach.
if ind >= 0 then use the bunnie approach.
Hare approach: if prefix + postfix exists use it and return
Bunnie approach:
if prefix + ind + postfix exists then
use it and return
if prefix + jnd + postfix exists AND jnd < ind then
use the largest jnd found, and return