Registry / other / suitesparse-ccolamd

suitesparse-ccolamd

JSON →
library3.3.4vcpkgunverified

CCOLAMD: Routines for constrained column approximate minimum degree ordering algorithm in SuiteSparse

vcpkg install suitesparse-ccolamd
INSTALL
IMPORT
SIG · SUITESPARSE-CCOLAM
S
suitesparse-ccolamd
othercppv3.3.4
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.

ccolamd.h
#include <ccolamd.h>

Compute a column approximate minimum degree ordering

#include "ccolamd.h" #include <cstdio> int main() { int n = 5; int A[] = {0, 1, 2, 3, 4, 5}; int p[] = {0, 2, 5, 6, 8, 10}; int perm[n]; int stats[CCOLAMD_STATS]; ccolamd(n, n, A, p, perm, NULL, stats); printf("Ordering computed\n"); return 0; }
Debug
Known issues
gotchaCCOLAMD is part of SuiteSparse; may require other SuiteSparse libraries.
fix
Link against SuiteSparse::CCOLAMD and ensure SuiteSparse is installed.
affects: *
Upgrade
Version history
3.3.4latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources

No resource links recorded.

suitesparse-ccolamd — pip install suitesparse-ccolamd · libregistry