-
Develop new linear system solver on CUDA GPU.
-
```Hessian``` is a diagonal positive semi-definite matrix.
```
Eigen::Matrix tempH = Hessian.triangularView();
Eigen::SparseMatrix HessianS = tempH.sparseView();
HessianS.makeCompressed();
```
`…
-
On:
https://cvxr.rbind.io/
Under "Supported Solvers", I think SCS can not support QP.
Please see the SCS reference, https://cran.r-project.org/web/packages/scs/scs.pdf, it is not mentioned that…
-
Hello,
I think I am doing something wrong, I am trying to set up a QP in C++.
Since my matrices are large it would be great to be able to print them out.
However
```
csc *P = csc_matrix(n,n…
-
Would it be possible for Clarabel to handle $\pm\infty$ values in non-negative cones? (Alternatively the solver could provide a "big float" threshold above which it considers values are infinite.)
…
-
Hi,
Thank you for sharing this excellent work!
While I tried to run the code by following the guide written in the readme, I encountered an import error.
```python
from rlqp import RLQP
Trac…
-
Hi all, today I decided to (re-)install the `robotology-superbuild`. I honestly acknowledge that it is a long time since I last installed it being pretty much busy with other businesses over the last …
-
Dear Decoupler team,
I followed the PerMedCoE hands-on course on Tuesday and I'm trying to apply the analysis to my data (spatial transcriptomics) following the GoogleCollab file.
I managed to c…
-
**Describe the bug**
Got this error: TypeError: DataModule.__init__() got an unexpected keyword argument 'dataset', even though the docs stated that it's part of the parameters.
**To Reproduce**
…
-
### pycaret version checks
- [X] I have checked that this issue has not already been reported [here](https://github.com/pycaret/pycaret/issues).
- [X] I have confirmed this bug exists on the [la…