Add GMRES example

This commit is contained in:
Matt Pharr
2012-09-20 14:06:55 -07:00
parent 3dd9ff3d84
commit 538d51cbfe
21 changed files with 84678 additions and 3 deletions

8
examples/gmres/Makefile Normal file
View File

@@ -0,0 +1,8 @@
EXAMPLE=gmres
CPP_SRC=algorithm.cpp main.cpp matrix.cpp
CC_SRC=mmio.c
ISPC_SRC=matrix.ispc
ISPC_TARGETS=sse2,sse4-x2,avx-x2
include ../common.mk