Registry / other / suitesparse-paru

suitesparse-paru

JSON →
library1.0.0vcpkgunverified

ParU: Routines for solving sparse linear system via parallel multifrontal LU factorization algorithms in SuiteSparse

vcpkg install suitesparse-paru
INSTALL
IMPORT
SIG · SUITESPARSE-PARU
S
suitesparse-paru
othercppv1.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.

ParU/ParU.hpp
#include <ParU/ParU.hpp>

Basic usage of ParU for sparse LU factorization

#include <ParU/ParU.hpp> #include <iostream> int main() { // Example: factorize a sparse matrix // (simplified; actual usage requires SuiteSparse matrix structures) std::cout << "ParU library ready" << std::endl; return 0; }
Debug
Known issues
gotchaDepends on other SuiteSparse modules (e.g., AMD, COLAMD); must link all required libraries
fix
Ensure all SuiteSparse dependencies are installed and linked via CMake targets
affects: all
Upgrade
Version history
1.0.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

suitesparse-paru — pip install suitesparse-paru · libregistry