-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consolidating qn solver #697
base: develop
Are you sure you want to change the base?
Conversation
@nychiang this would be a good moment to look into using CI to enforce coding style guidelines. For example, see @tepperly remark here #693 (comment) |
@cameronrutherford would you mind checking the failed spack build? maybe we can setup a meeting and I can learn how to fix it from you. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Will update BLT and check all the white spaces in another PR.
// product endorsement purposes. | ||
|
||
/** | ||
* @file KktLinSysLowRank.cpp |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cpp --> hpp
@@ -165,10 +172,9 @@ class hiopIterate | |||
friend class hiopKKTLinSysCompressedXDYcYd; | |||
friend class hiopKKTLinSysDenseXYcYd; | |||
friend class hiopKKTLinSysDenseXDYcYd; | |||
friend class hiopKKTLinSysLowRank; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we have plan to drop the term 'hiop' from other classes/file names?
mostly improving documentation and codestyle for the linear algebra of the quasi-Newton solver.