-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Python linsys: Add normalization (#15)
* python_linsys: Correctly pass back up `None` when warm-start is provided. * Python linsys: Add normalization for #13. * Python linsys: Add normalization tests. * Bump scs submodule to the latest master.
- Loading branch information
Showing
5 changed files
with
181 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule scs
updated
5 files
+4 −4 | linsys/common.c | |
+4 −0 | linsys/common.h | |
+10 −0 | linsys/direct/private.c | |
+10 −0 | linsys/gpu/private.c | |
+10 −0 | linsys/indirect/private.c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters