@Adrian Trapletti We've started a commercial project that uses Clarabel4J as one of its solvers. So thank you very much both for it and for your great tutorials. The project itself is closed source, but I think that I will be able to share some code of matrix preparations in KMath examples in future.
Today I made some JMH benchmarks comparing Clarabel solver and OJalgo solver on the same problem. I remember You said that Clarabel should be faster, but I get 1349 ops/second on Ojalgo versus 400 ops/second on Clarabel4J. It is possible that I messed matrix preparations (I did not optimize them), but they all are linear so I do not think it should matter.