Marek Kaluba
Marek Kaluba
@oscardssmith @vtjnash please let me know what else need to be done here. @nsajko, since you have access to lables I think that `needs news`, `needs docs` and `needs tests`...
another instance for Ruge-Stueben amg: https://rocm.docs.amd.com/projects/rocALUTION/en/latest/api-reference/solvers.html#ruge-stueben-amg
this is sure a pretty autumn mountains landscape!
here's a smaller mwe: ```julia G, S = let m1 m1 = 3 M = ones(Int, m1, m1) DP.@polyvar x[1:m1] a = x[1:m1] f = LA.dot(a, M, a) S =...
I would actually go for autocompletion (ctrl+space) of not only latex commands but also any words that are in the document. Especially those that happen as arguments to \label{}. Some...
the idea is to build a MM on n-grams (=n-tuples of consecutive words, n=2-3?) based on some language database (e.g.the text of the document) and provide suggestions sorted in the...
@mwoehlke-kitware note that scs uses its own version of qldl (see `./linsys/external/qdldl`) which is fixed at version 0.1.6 (it's this commit of of the upstream qdldl): https://github.com/osqp/qdldl/commit/a00d500906621fbf014b39e42a3304d1143eb65f EDIT: but it...
Loading the game with negative maxlife as of v.1.5.4 leads to a simple `Segmentation fault (core dumped)`
afaik openmp is only used in two pragma calls (exp cone projection and over rows of y += A'*x accumulation). With these sizes you'll probably encounter numerical issues in eigendecomposition,...
I've never used scs through python, but I recall for warmstart you need to provide both primal and dual variables. what is in `cov.npy`? does it have any structure (sparse,...