This shows you the differences between two versions of the page.
gnucap:manual:tech:plugins:solver [2024/11/26 08:08] felixs created |
gnucap:manual:tech:plugins:solver [2025/09/07 04:58] (current) felixs [Examples] add link to klu wrapper code |
||
---|---|---|---|
Line 54: | Line 54: | ||
A compressed sparse version of LU_COPY is (currently) available in tests/cbs.cc. It reduces both the memory use, by computing the exact footprint prior to allocation, and saves time by avoiding operations involving the known zeroes. It also tweaks propagation rules a bit, still numerical results are identical to LU_COPY, by construction. | A compressed sparse version of LU_COPY is (currently) available in tests/cbs.cc. It reduces both the memory use, by computing the exact footprint prior to allocation, and saves time by avoiding operations involving the known zeroes. It also tweaks propagation rules a bit, still numerical results are identical to LU_COPY, by construction. | ||
- | Using alternative general purpose solvers like KLU or UMFPACK is relatively easy, and wrapper plugins are circulating. Now here's the platform to develop and benchmark the next generation (free/libre) matrix solvers ready for VLSI. | + | Using alternative general purpose solvers like KLU or UMFPACK is relatively easy, and wrapper plugins are [[https://cgit.git.savannah.gnu.org/cgit/gnucap.git/commit/?h=klu-4&id=29b77433dd6ea889c3861e8d79a775b2e5d1d478|circulating]]. Now here's the platform to develop and benchmark the next generation (free/libre) matrix solvers ready for VLSI. |