From 19f631f8ad029b045dfc70e8c887013bd78f3e5d Mon Sep 17 00:00:00 2001 From: Brijeshcr Date: Mon, 11 Sep 2017 17:26:06 +0530 Subject: Bessel fns modified --- macros/findDeps/getAllHeaders.sci | 4 ++++ macros/findDeps/getAllInterfaces.sci | 4 ++++ macros/findDeps/getAllSources.sci | 8 ++++++++ macros/findDeps/lib | Bin 0 -> 620 bytes 4 files changed, 16 insertions(+) create mode 100644 macros/findDeps/lib (limited to 'macros/findDeps') diff --git a/macros/findDeps/getAllHeaders.sci b/macros/findDeps/getAllHeaders.sci index 6ffc9aad..a12a9e7e 100644 --- a/macros/findDeps/getAllHeaders.sci +++ b/macros/findDeps/getAllHeaders.sci @@ -260,6 +260,10 @@ function allHeaders = getAllHeaders(SharedInfo) "src/c/specialFunctions/includes/gamma.h" "src/c/specialFunctions/includes/gammaln.h" "src/c/specialFunctions/includes/beta.h" + "src/c/specialFunctions/includes/besseli.h" + "src/c/specialFunctions/includes/besselj.h" + "src/c/specialFunctions/includes/besselk.h" + "src/c/specialFunctions/includes/bessely.h" "src/c/CACSD/includes/syslin.h" "src/c/CACSD/includes/lqr.h" "src/c/CACSD/includes/lqe.h" diff --git a/macros/findDeps/getAllInterfaces.sci b/macros/findDeps/getAllInterfaces.sci index 633365c2..9f1b6a0e 100644 --- a/macros/findDeps/getAllInterfaces.sci +++ b/macros/findDeps/getAllInterfaces.sci @@ -255,6 +255,10 @@ function allInterfaces = getAllInterfaces(SharedInfo) "src/c/specialFunctions/interfaces/int_gamma.h" "src/c/specialFunctions/interfaces/int_gammaln.h" "src/c/specialFunctions/interfaces/int_beta.h" + "src/c/specialFunctions/interfaces/int_besseli.h" + "src/c/specialFunctions/interfaces/int_besselj.h" + "src/c/specialFunctions/interfaces/int_besselk.h" + "src/c/specialFunctions/interfaces/int_bessely.h" "src/c/CACSD/interfaces/int_syslin.h" "src/c/CACSD/interfaces/int_lqr.h" "src/c/CACSD/interfaces/int_lqe.h" diff --git a/macros/findDeps/getAllSources.sci b/macros/findDeps/getAllSources.sci index 64f57fbd..911b59c0 100644 --- a/macros/findDeps/getAllSources.sci +++ b/macros/findDeps/getAllSources.sci @@ -1553,6 +1553,14 @@ function allSources = getAllSources(SharedInfo,BuildTool) "src/c/specialFunctions/beta/dbetaa.c" "src/c/specialFunctions/beta/sbetas.c" "src/c/specialFunctions/beta/sbetaa.c" + "src/c/specialFunctions/besseli/dbesselia.c" + "src/c/specialFunctions/besseli/sbesselia.c" + "src/c/specialFunctions/besselj/dbesselja.c" + "src/c/specialFunctions/besselj/sbesselja.c" + "src/c/specialFunctions/besselk/dbesselka.c" + "src/c/specialFunctions/besselk/sbesselka.c" + "src/c/specialFunctions/bessely/dbesselya.c" + "src/c/specialFunctions/bessely/sbesselya.c" "src/c/CACSD/syslin/dsyslina.c" "src/c/CACSD/lqr/dlqra.c" "src/c/CACSD/lqe/dlqea.c" diff --git a/macros/findDeps/lib b/macros/findDeps/lib new file mode 100644 index 00000000..afcd3cab Binary files /dev/null and b/macros/findDeps/lib differ -- cgit