mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
10 lines
367 B
C++
10 lines
367 B
C++
--- SPQR/Source/spqr_factorize.cpp~ 2008-09-22 06:10:37.000000000 +0900
|
|
+++ SPQR/Source/spqr_factorize.cpp 2009-02-16 15:47:49.000000000 +0900
|
|
@@ -31,6 +31,7 @@
|
|
// =============================================================================
|
|
|
|
#include "spqr.hpp"
|
|
+#include <string>
|
|
|
|
#define FCHUNK 32 // FUTURE: make a parameter; Householder block size
|
|
|