-
Hi,
Can I use HSL ma27/ ma57 instead of MUMPS for Ipopt using your software ?
Thx
-
It has been discussed by others that it would be a nice feature to provide pluggable solvers for Keplerian orbits. I think this is easily achievable by defining a `kepler_solver` function which uses a…
-
**Feature**
Low-rank solvers and the dense solver from `pymess` should be extended to support the `S` parameter.
**Notes**
The Riccati equation $$A X E^T + E X A^T - \left(E X C^T + S^T\right…
pmli updated
4 months ago
-
Add a unit test in sym that tries all combinations of given values, evaluates the suggestion expression, extensionalises and compares with every possible value for the target.
Too many possible va…
-
```
Implement new iterative solvers, e.g. 2-term QMR (its complex symmetric
variant). Should improve performance for very slow convergence.
```
Original issue reported on code.google.com by `yurkin`…
-
It would also be neat to have a set of tools for working with iterative solvers for sparse matrices, or those which are constructed implicitly.
Instead of taking an ndarray as input, an iterative lin…
-
SciJS doesn't yet have a good linear solver. At the moment, we have the following simple package (thanks @substack) which works ok for smaller systems using an LU decomposition:
- https://www.npmjs.c…
-
Hi!
We are testing out https://github.com/rust-or/good_lp and to use solvers such as gurobi we need to use your API, to do proper testing we needed to adjust the arguments passed to the solver and I…
-
Hi @patrick-kidger , I've really enjoyed playing around with Lineax!
You have several iterative methods for square systems (CG, GMRES, BICGSTAB) but nothing for least squares problems.
I have a …
-
The LP Solvers page on Osier documentation is missing steps on how to install CPLEX on MacOS