mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 03:39:01 +08:00
Ordering.h edited to fix dependencies on Eigen_Colamd.h
This commit is contained in:
parent
39f30923c2
commit
283558face
@ -131,8 +131,8 @@ class COLAMDOrdering
|
|||||||
// Get the recommended value of Alen to be used by colamd
|
// Get the recommended value of Alen to be used by colamd
|
||||||
StorageIndex Alen = internal::colamd_recommended(nnz, m, n);
|
StorageIndex Alen = internal::colamd_recommended(nnz, m, n);
|
||||||
// Set the default parameters
|
// Set the default parameters
|
||||||
double knobs [COLAMD_KNOBS];
|
double knobs [ColamdKnobs];
|
||||||
StorageIndex stats [COLAMD_STATS];
|
StorageIndex stats [ColamdStats];
|
||||||
internal::colamd_set_defaults(knobs);
|
internal::colamd_set_defaults(knobs);
|
||||||
|
|
||||||
IndexVector p(n+1), A(Alen);
|
IndexVector p(n+1), A(Alen);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user