Skip to content

Commit

Permalink
Merge pull request #18 from ra3xdh/remove_wrappers
Browse files Browse the repository at this point in the history
Remove software implementation in real.cpp and complex.cpp
  • Loading branch information
ra3xdh authored Sep 3, 2024
2 parents 97e2f7e + 0aaef11 commit df79ce7
Show file tree
Hide file tree
Showing 5 changed files with 1,107 additions and 999 deletions.
2 changes: 1 addition & 1 deletion src/math/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include_directories( ${CMAKE_CURRENT_SOURCE_DIR})

set(MATH_SRC # cbesselj.cpp
complex.cpp fspecial.cpp matrix.cpp real.cpp)
complex.cpp fspecial.cpp matrix.cpp )

set(HEADERS complex.h matrix.h precision.h real.h)

Expand Down
Loading

0 comments on commit df79ce7

Please sign in to comment.