Moved over Legendre transforms from Commander project
This commit is contained in:
parent
9a839b8fd3
commit
351180baf4
9 changed files with 1603 additions and 1 deletions
8
Makefile
8
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue