Reintroduce CloogMatrix
commit029edd0fe9d7a63c037a10df1ec61edb160f77b1
authorTobias Grosser <grosser@fim.uni-passau.de>
Tue, 22 Sep 2009 19:20:19 +0000 (22 21:20 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 24 Sep 2009 21:17:38 +0000 (24 23:17 +0200)
tree83cb0bf9d5dbb4406cae7af93eff4b6f535e7b05
parent5a7c17d59cbc7d56e638e951a8745dfd304c69a3
Reintroduce CloogMatrix

Reintroduce the CloogMatrix data structure found in the CLooG
documentation. Also update the documentation to reflect that it is not
any more added by polylib, but implements an equivalent data structure in the
CLooG header files.

Signed-off-by: Tobias Grosser <grosser@fim.uni-passau.de>
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
Makefile.am
doc/cloog.texi
include/cloog/cloog.h
include/cloog/matrix.h [new file with mode: 0644]
source/matrix.c [copied from include/cloog/cloog.h with 51% similarity]