6 ms·
How exactly does this dovetail with https://github.com/rust-or/good_lp https://github.com/rust-or/good_lp ? Will it be a replacement, an enhancement, or somethi
by rayrrr 2y ago
How exactly does this dovetail with https://github.com/rust-or/good_lp https://github.com/rust-or/good_lp ? Will it be a replacement, an enhancement, or something else?
- sestep 2y agoSeems like a different focus, no? Aren't linear programming solvers a much narrower domain than general linear algebra libraries?
- fastneutron 2y agoCorrect, linear algebra and linear programming are two very distinct things. The latter is a widely-used optimization technique, and computationally depends on the former, which is a general mathematical framework for essentially all numerical computing.
- rayrrr 2y agoI asked because Faer describes itself as a low-level linear algebra library with a high-level wrapper, whereas good_lp describes itself as a high-level wrapper around many relevant low-level libraries.
- constantcrying 2y agoLinear programming and linear algebra aren't the same thing.
- electrozav 2y agoThat's code for linear programming (optimization) not for linear algebra