Hacker News new | ask | show | jobs
by sestep 792 days ago
Seems like a different focus, no? Aren't linear programming solvers a much narrower domain than general linear algebra libraries?
1 comments

Correct, 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.