summaryrefslogtreecommitdiff
path: root/p-spin.hpp
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2025-04-18 23:02:43 -0300
committerJaron Kent-Dobias <jaron@kent-dobias.com>2025-04-18 23:02:43 -0300
commite4ab12ce914b2471355a99943b58c5b274d8754c (patch)
treece730c80936dba6ed4ac82e210cd5b7faddbc258 /p-spin.hpp
parent92bd43e33e79a7d682267d3f6054e8b1dd9d00db (diff)
downloadcode-e4ab12ce914b2471355a99943b58c5b274d8754c.tar.gz
code-e4ab12ce914b2471355a99943b58c5b274d8754c.tar.bz2
code-e4ab12ce914b2471355a99943b58c5b274d8754c.zip
Refactor
Diffstat (limited to 'p-spin.hpp')
-rw-r--r--p-spin.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/p-spin.hpp b/p-spin.hpp
new file mode 100644
index 0000000..c293d65
--- /dev/null
+++ b/p-spin.hpp
@@ -0,0 +1,6 @@
+#pragma once
+#include "types.hpp"
+
+Real f(Real λ, unsigned p, unsigned s, Real q);
+Real df(Real λ, unsigned p, unsigned s, Real q);
+Real ddf(Real λ, unsigned p, unsigned s, Real q);