diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2025-04-18 23:02:43 -0300 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2025-04-18 23:02:43 -0300 |
commit | e4ab12ce914b2471355a99943b58c5b274d8754c (patch) | |
tree | ce730c80936dba6ed4ac82e210cd5b7faddbc258 /p-spin.hpp | |
parent | 92bd43e33e79a7d682267d3f6054e8b1dd9d00db (diff) | |
download | code-e4ab12ce914b2471355a99943b58c5b274d8754c.tar.gz code-e4ab12ce914b2471355a99943b58c5b274d8754c.tar.bz2 code-e4ab12ce914b2471355a99943b58c5b274d8754c.zip |
Refactor
Diffstat (limited to 'p-spin.hpp')
-rw-r--r-- | p-spin.hpp | 6 |
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); |