Add tutorial for sparse solvers

This commit is contained in:
Desire NUENTSA
2012-09-07 13:14:57 +02:00
parent 2280f2490e
commit 063705b5be
5 changed files with 115 additions and 6 deletions

View File

@@ -74,3 +74,4 @@ endif(METIS_FOUND)
add_executable(test_sparseLU test_sparseLU.cpp)
target_link_libraries (test_sparseLU ${SPARSE_LIBS})