hzhan0607 / cusp-library

Automatically exported from code.google.com/p/cusp-library
Apache License 2.0
0 stars 0 forks source link

ell_matrix.h is missing cusp::minimum_space #47

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Example MatrixFormats/ell.cu doesn't currently compile:

./cusp/ell_matrix.h(206): error: namespace "cusp" has no member "minimum_space"

Adding #include <cusp/memory.h> to cusp/ell_matrix.h seems to fix the problem, 
but I don't know if there's something deeper going on.

Original issue reported on code.google.com by filipe.c...@gmail.com on 11 Nov 2010 at 1:32

GoogleCodeExporter commented 8 years ago

Original comment by wnbell on 11 Nov 2010 at 1:41

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 85556d6082.

Original comment by wnbell on 11 Nov 2010 at 1:42