snietfeld
snietfeld
Installation currently fails with the following error: python3 setup.py install Traceback (most recent call last): File "setup.py", line 2, in from pyrealtime import __version__ File "/home/snietfeld/Downloads/pyrealtime/pyrealtime/__init__.py", line 2, in from...
Scalar parameters are not handled properly in the bit of code that copies parameter values in: ```jinja /* Copy parameter values into the parameter structure. */ {% for p in...
If I modify the example code slightly to add a new parameter that requires a transpose operation, i.e.: ```python import cvxpy_codegen as cg m = 10 n = 5 A...
Moved -lecos and -lm library includes into LDLIBS and changed arg order to be compatible. Fixes 'undefined reference to log/sqrt' error during compile with gcc v5.4.0. More context on the...