Registry / other / superlu

superlu

JSON →
library7.0.0vcpkgunverified

Supernodal sparse direct solver.

vcpkg install superlu
INSTALL
IMPORT
SIG · SUPERLU
S
superlu
othercppv7.0.0
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.

superlu/superlu_enum_consts.h
#include <superlu/superlu_enum_consts.h>

Initialize SuperLU with default options.

#include <superlu/superlu_enum_consts.h> #include <superlu/slu_ddefs.h> #include <cstdio> int main() { SuperMatrix A, L, U, B; superlu_options_t options; set_default_options(&options); options.ColPerm = NATURAL; // ... (full example requires matrix setup) printf("SuperLU initialized\n"); return 0; }
Debug
Known issues
gotchaSuperLU is a C library; C++ wrappers may need extern "C" linkage.
fix
Wrap includes with extern "C" { } if using C++ compilers.
affects: *
Upgrade
Version history
7.0.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources

No resource links recorded.

superlu — pip install superlu · libregistry