You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PR about add bicg into quasi-Newton solver removes a deep check.
However, this introduce new computation overhead, e.g., allocate vectors a and b in this function (timesvec)
In addition, we expect #626 will happen without deep check.
The text was updated successfully, but these errors were encountered:
The PR about add bicg into quasi-Newton solver removes a deep check.
However, this introduce new computation overhead, e.g., allocate vectors a and b in this function (timesvec)
In addition, we expect #626 will happen without deep check.
The text was updated successfully, but these errors were encountered: