by btracey » Wed Nov 04, 2015 3:17 pm
In Dlasq3, the iter count returned from the function depends on the input value given. The iter parameter in the documentation is listed as a pure output, but it is never initialized before "iter = iter + 1" on line 338. Smilarly, nDiv is never initialized before "ndiv = ndiv + ( n0-i0+2 )" on line 337. It seems like either the documentation should be fixed to reflect this or the values should be initialized before they are used.