Peter Carbonetto
Peter Carbonetto
Sorry for not getting to you earlier. It is not unusual to get a segmentation fault, even if the MEX file successfully compiles and builds. However, it is difficult to...
@liupoplar Try replacing `solver.f` with `solver30.f` (which will use the latest version of the software).
@liupoplar Are you in the right directory? What happens if you run `ls` in MATLAB? I think the MathWorks website has a good tutorial on working with MEX files. Have...
Thanks for posting this. Jose Vallet contributed support for Octave---I don't have any experience using Octave. Maybe you can try contacting him? Please let me know if you solve the...
Hi Dalar, Thank you for pointing this out, and for your previous fix to the Makefile. I believe Jose Vallet wrote this Makefile, so I'm not entirely sure what is...
Can you please add `-v` to the `opts` in the `install.m` script, and re-run it? I need more information to figure out what the problem might be. Thanks.
I'm glad to hear it works with Ubuntu. :) I see it is using the "cl" compiler, which I'm not familiar with. In fact, I have little experience with compiling...
@timflutre Yes, I think this is possible, although I would have to redo most of the derivations, so it isn't trivial. Is this motivated by a specific project you are...
@timflutre Thanks for the background. It isn't conceptually or technically difficult to do, but would involve reworking a substantial portion of the code. I will keep this mind and return...
@aksarkar Thanks for this suggestion. So perhaps it is simpler to implement than I thought. Do you happen to know if the likelihood is correct after this transformation? I haven't...