summaryrefslogtreecommitdiff
path: root/p-spin.hpp
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2025-05-19 12:17:36 -0300
committerJaron Kent-Dobias <jaron@kent-dobias.com>2025-05-19 12:17:36 -0300
commit7c44546421ed1c4bc6e5135ec90bccac2a0ac436 (patch)
tree9ac0e633f7b7a9e356ae8e53a2801365bc55de35 /p-spin.hpp
parent13bfd9e1cdfe3bc2cc109af67e0648516b5787ea (diff)
downloadcode-7c44546421ed1c4bc6e5135ec90bccac2a0ac436.tar.gz
code-7c44546421ed1c4bc6e5135ec90bccac2a0ac436.tar.bz2
code-7c44546421ed1c4bc6e5135ec90bccac2a0ac436.zip
Cleaned up header inclusions, and renamed some p-spin functions
Diffstat (limited to 'p-spin.hpp')
-rw-r--r--p-spin.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/p-spin.hpp b/p-spin.hpp
index c293d65..484bc17 100644
--- a/p-spin.hpp
+++ b/p-spin.hpp
@@ -1,6 +1,7 @@
#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);
+Real ∂f(Real λ, unsigned p, unsigned s, Real q);
+Real ∂∂f(Real λ, unsigned p, unsigned s, Real q);