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
NASOQ says it is MIT licensed, but comments in mgmres.cpp say that code is LGPL. I don't think re-licensing someone else's LGPL code as MIT is valid/legal.
The text was updated successfully, but these errors were encountered:
Thanks for raising the issue. NASOQ uses LDL-preconditioned GMRES which is different than the LGPL version GMRES (which is ILU-preconditioned). This function is what NASOQ uses that has nothing with those comments. The comments are not applicable to the code mostly as they have a different prototype. I will clean up the code to address the issue.
NASOQ says it is MIT licensed, but comments in mgmres.cpp say that code is LGPL. I don't think re-licensing someone else's LGPL code as MIT is valid/legal.
The text was updated successfully, but these errors were encountered: