Registry / utility / suitesparse-camd

suitesparse-camd

JSON →
library3.3.3vcpkgunverified

AMD: Routines for permuting sparse matrices prior to factorization in SuiteSparse

vcpkg install suitesparse-camd
INSTALL
IMPORT
SIG · SUITESPARSE-CAMD
S
suitesparse-camd
utilitycppv3.3.3
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.

suitesparse/camd.h
#include <suitesparse/camd.h>

Compute approximate minimum degree ordering for a sparse matrix

#include "suitesparse/camd.h" // Compute approximate minimum degree ordering int n = 5; int Ap[] = {0, 2, 5, 7, 9, 12}; int Ai[] = {0,1,0,2,4,1,3,2,4,0,3,4}; int Perm[n]; camd_order(n, Ap, Ai, Perm, nullptr, nullptr, nullptr);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.3.3latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources

No resource links recorded.

suitesparse-camd — pip install suitesparse-camd · libregistry