Skip to content

Commit

Permalink
separate elliptic integrals and functions from banded matrices
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelSlevinsky committed Aug 27, 2020
1 parent f0e9ea9 commit 5d8b66d
Show file tree
Hide file tree
Showing 10 changed files with 378 additions and 168 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ tests:
$(CC) src/ftutilities.c test/test_transforms.c $(CFLAGS) -L$(LIBDIR) -l$(LIB) $(LDFLAGS) $(LDLIBS) -o test_transforms
$(CC) src/ftutilities.c test/test_permute.c $(CFLAGS) -L$(LIBDIR) -l$(LIB) $(LDFLAGS) $(LDLIBS) -o test_permute
$(CC) src/ftutilities.c test/test_rotations.c $(CFLAGS) -L$(LIBDIR) -l$(LIB) $(LDFLAGS) $(LDLIBS) -o test_rotations
$(CC) src/ftutilities.c test/test_elliptic.c $(CFLAGS) -L$(LIBDIR) -l$(LIB) $(LDFLAGS) $(LDLIBS) -o test_elliptic
$(CC) src/ftutilities.c test/test_tridiagonal.c $(CFLAGS) -L$(LIBDIR) -l$(LIB) $(LDFLAGS) $(LDLIBS) -o test_tridiagonal
$(CC) src/ftutilities.c test/test_hierarchical.c $(CFLAGS) -L$(LIBDIR) -l$(LIB) $(LDFLAGS) $(LDLIBS) -o test_hierarchical
$(CC) src/ftutilities.c test/test_banded.c $(CFLAGS) -L$(LIBDIR) -l$(LIB) $(LDFLAGS) $(LDLIBS) -o test_banded
Expand All @@ -58,6 +59,7 @@ runtests:
./test_transforms
./test_permute
./test_rotations
./test_elliptic
./test_tridiagonal
./test_hierarchical
./test_banded
Expand Down
Loading

0 comments on commit 5d8b66d

Please sign in to comment.