add_executable(jacobi main.cpp)
target_link_libraries(jacobi ${Boost_LIBRARIES})
