![]() |
Tim Davis, Prof. Room E338 CSE Building P.O. Box 116120 University of Florida Gainesville, FL 32611-6120 352/392-1481 email: my last name AT cise.ufl.edu |
Sept 29: I've gotten a report that if you use gcc 4.3.2, you need to add
#include <cstring>to SPQR/Source/spqr_factorize.cpp (it might be best just to add it to SPQR/Include/spqr.hpp). It's because that file uses the memcpy function.