Moved over Legendre transforms from Commander project

This commit is contained in:
Dag Sverre Seljebotn 2015-04-22 13:16:50 +02:00
parent 9a839b8fd3
commit 351180baf4
9 changed files with 1603 additions and 1 deletions

View file

@ -53,3 +53,11 @@ perftest: compile_all
$(BINDIR)/sharp_testsuite test gauss 2047 -1 -1 4096 0 1 && \
$(BINDIR)/sharp_testsuite test gauss 4095 -1 -1 8192 0 1 && \
$(BINDIR)/sharp_testsuite test gauss 8191 -1 -1 16384 0 1
# Jinja templates
%.c: %.c.in
./runjinja.py < $< > $@
genclean:
rm libsharp/sharp_legendre.c || exit 0