Registry / utility / suitesparse

suitesparse

JSON →
library7.12.2vcpkgunverified

A suite of sparse matrix algorithms for linear algebra and graph theory.

vcpkg install suitesparse
INSTALL
IMPORT
SIG · SUITESPARSE
S
suitesparse
utilitycppv7.12.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

suitesparse/umfpack.h
#include <suitesparse/umfpack.h>

Minimal example showing inclusion of UMFPACK header (actual usage requires matrix setup).

#include <suitesparse/umfpack.h> #include <vector> int main() { // Example: Solve Ax=b using UMFPACK // (Simplified; actual usage requires matrix setup) return 0; }
Debug
Known issues
gotchaSuiteSparse consists of many sub-libraries (UMFPACK, CHOLMOD, etc.) with different licenses (GPL/LGPL).
fix
Check individual library licenses and link only the needed components.
affects: *
Upgrade
Version history
7.12.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
4
Amazon
1
Resources

No resource links recorded.

suitesparse — pip install suitesparse · libregistry