Ian McInerney

Results 230 comments of Ian McInerney

Thanks for porting it! We are actually in the process of revamping the interfaces for the upcoming v1.0 release (the Julia API has stayed mostly constant for now), so we...

> Do you think it would be a good idea to take up a dependency on ME.jl and make use of it more extensively? Yes, I think we should definitely...

Yes, while it may not save much for simple design patterns, there are cases where I think it will. For instance, if you have a continuous-time system and a continuous-time...

> At least the one of lqrd and dlqr that handles sampled-data systems should be renamed to something like lqr_sd. Careful, `dlqr` and `lqrd` have different behavior. `dlqr` assumes the...

@vadz will you have a chance to include this in the 3.2.3 backports?

> Actually I think the problem is not just in wxWizard but appears whenever you layout a hidden window and then show it. I'm pretty sure this is the perennial...

This is now cleaned up in the v1.0 beta that is available, so I am closing this issue as completed. Please give it a look and see if the flow...

We now have a PCG in the CUDA backend of the v1.0.0.beta0 version we just tagged. Closing this issue as completed. Anything else about GPU-based linear solvers should go into...

All of these namespace conflicts should be fixed in the master branch now (what will become 1.0). All public OSQP functions are namespaced into `osqp_`.

As of v1.0 beta (on master branch currently), finding the appropriate MKL library is now handled by the linker at compile time and is no longer dlopen'd. Closing this issue.