-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or requestpriority:mediumThis issue must be handle soonThis issue must be handle soon
Description
Things got out of hand...
We got to a point where we have too many input arguments and too many output arguments.
After #28 is tackled, we will have to re-refactor the signature of the function using structures. We can have a call of the type
[x, extraOutputArgs] = pd_gmres(A, b, extraInputArgs, varargin);where extraOutputArgs and extraInputArgs are respectively the extra output and input arguments.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestpriority:mediumThis issue must be handle soonThis issue must be handle soon