Paul Söderlind
Paul Söderlind
Since sublime was updated to 4133 earlier today (27 May 2022), typing `\alpha[TAB]` gives `\α`. Yes, with the `\`.
I have ported the matlab code for the [Doc/applications](https://osqp.org/docs/examples/index.html) to Julia. You find it in [this repository](https://github.com/PaulSoderlind/OSQPExamplesJulia). Please let me know if you find this useful or have suggestions for...
Just so this (from Julia Discourse) does not get lost: have you considered adding an `unliterate()`?
I have tried various command line argument for wt.exe, but so far not managed to make it work with SendCode. Is there a solution?
in ch 20, under the heading "Mathematics" (below) Exercise 20-1, the following appears wronged type set (LaTeX): \(\mathrm{i}\), representing the principal square root of \(-1\).
the xlrd documentation now (as of Dec 2020) says ```This library will no longer read anything other than .xls files. ``` I gave it a try, and ExcelReaders+xlrd 2.0.1 indeed...
as discussed at https://discourse.julialang.org/t/ann-clarabel-jl-new-convex-optimization-solver/83915 To filter out the b[i]==Inf cases, I currently need to build the vector cones in a loop, so it has as many elements as length(b). Then,...
Hi, I am trying to prepare for 0.5.0, so I gave WinRPM a try (actually, to get HDF5 working) on 0.5.0-dev+4402 (Win64). The required packages seem to install fine, but...
The covariance matrix seems to be based on the iid assumption. I have some code for also doing the robust Powell 1991 (or Wooldrige 2dn ed). Is this something that...