jnagy1 / IRtools

MATLAB package of iterative regularization methods and large-scale test problems. This software is described in the paper "IR Tools: A MATLAB Package of Iterative Regularization Methods and Large-Scale Test Problems" that will be published in Numerical Algorithms, 2018.
Other
86 stars 27 forks source link

IRget, IRset, PRget, PRset missing #1

Closed givens closed 6 years ago

givens commented 6 years ago

Expected behavior

Actual behavior

>> [X, info] = IRrrgmres(A, b, options);
Undefined function or variable 'IRset'.

Error in IRrrgmres (line 127)
options = IRset(defaultopt, options);

Conclusion

Remedy

jnagy1 commented 6 years ago

Sorry about that -- the Extra folder was not uploaded correctly. Everything should be included now.