Supernodal sparse direct solver.
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.
#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;
}
Upgrade
Version history
Breaking-change detection hasn't run for this library yet.
Audit
Security & dependencies
CVE tracking and dependency tree are planned for a later release.
Agent activity
0 hits · last 30 days
No traffic data recorded yet.
Resources
No resource links recorded.