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;
}
Audit
Dependencies
No dependency data recorded yet.
Resources
No resource links recorded.