Ordering.h edited to fix dependencies on Eigen_Colamd.h

This commit is contained in:
Anshul Jaiswal 2019-08-15 20:21:56 +00:00
parent 39f30923c2
commit 283558face

View File

@ -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);