Registry / other / suitesparse-klu

suitesparse-klu

JSON →
library2.3.5vcpkgunverified

KLU is a sparse linear solver for circuit simulation and other applications.

vcpkg install suitesparse-klu
INSTALL
IMPORT
SIG · SUITESPARSE-KLU
S
suitesparse-klu
othercppv2.3.5
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.

klu.h
#include <klu.h>

Basic KLU symbolic analysis

#include "klu.h" #include <cstdio> int main() { klu_symbolic *Symbolic; klu_numeric *Numeric; int n = 3; Symbolic = klu_analyze(n, nullptr, nullptr, nullptr); if (Symbolic) { printf("KLU analysis succeeded\n"); klu_free_symbolic(&Symbolic, nullptr); } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.3.5latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources

No resource links recorded.

suitesparse-klu — pip install suitesparse-klu · libregistry