mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-03-07 18:27:40 +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
|
||||
StorageIndex Alen = internal::colamd_recommended(nnz, m, n);
|
||||
// Set the default parameters
|
||||
double knobs [COLAMD_KNOBS];
|
||||
StorageIndex stats [COLAMD_STATS];
|
||||
double knobs [ColamdKnobs];
|
||||
StorageIndex stats [ColamdStats];
|
||||
internal::colamd_set_defaults(knobs);
|
||||
|
||||
IndexVector p(n+1), A(Alen);
|
||||
|
Loading…
Reference in New Issue
Block a user