-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Templatize spreadinterp and more cleanups (#567)
* rearrange functions to avoid forward declarations * simplify simple interfaces code * templatize spreadinterp * templatize utils.cpp * adjust makefile * fix inconsistent prototype * another attempt * another attempt * another attempt * more templatizing * more templatizing * fixes * more templatizing * no more precision-dependent sources in library * update makefile * fix typo * get rid od utils_precindep * start migrating to std::vector * NULL -> nullptr, more vectors * more OOP and some warning fixes * remove finufft.cpp; remove blanket use of namspace std * add explanation for explicit template instantiations * shorten simpleinterfaces * pass options by reference * address review comments * revert BIGINT->UBIGINT change, seems to have bigger ramifications
- Loading branch information
Showing
21 changed files
with
2,570 additions
and
2,330 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.