Description
Provides numerical routines for solving sparse linear systems, where efficient handling of mostly empty matrices is essential. Scientific, engineering, and optimization software use it to solve large equation systems without storing every zero value explicitly.
This is a math library, not a standalone solver interface for casual users. Accuracy and performance depend on the calling program, matrix properties, and numerical method chosen.