scs-python icon indicating copy to clipboard operation
scs-python copied to clipboard

python linsys solver improvements

Open bamos opened this issue 6 years ago • 0 comments

  • [ ] Add support for other precision.
  • [ ] Decide if anything else should be passed back up to Python.
  • [x] Add normalization.
  • [ ] Add some docs and a description somewhere.
  • [ ] Add more checks to the functions passed in to make sure they are reasonable/take the correct number of arguments since otherwise errors coming from C calling back into Python can be uninformative/unnecessarily long
  • [ ] Add in standard normalization routines to the library users can call if they don't want to implement their own

bamos avatar Apr 05 '19 19:04 bamos