Skip to content

Commit a6d828d

Browse files
committed
add complex erf function
1 parent 4ee5b2c commit a6d828d

File tree

4 files changed

+2028
-0
lines changed

4 files changed

+2028
-0
lines changed

source/Makefile.Objects

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ OBJS_BASE=abfs-vector3_order.o\
146146
math_lebedev_laikov.o\
147147
math_polyint.o\
148148
math_sphbes.o\
149+
math_erf_complex.o\
149150
math_ylmreal.o\
150151
math_bspline.o\
151152
math_chebyshev.o\

source/module_base/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ add_library(
2929
math_lebedev_laikov.cpp
3030
math_polyint.cpp
3131
math_sphbes.cpp
32+
math_erf_complex.cpp
3233
math_ylmreal.cpp
3334
math_bspline.cpp
3435
math_chebyshev.cpp

0 commit comments

Comments
 (0)