feat: add er_sde sampler (#1403)

This commit is contained in:
rmatif
2026-04-16 19:32:16 +02:00
committed by GitHub
parent d73b4198a4
commit 1b4e9be643
7 changed files with 153 additions and 12 deletions

View File

@@ -50,6 +50,7 @@ enum sample_method_t {
TCD_SAMPLE_METHOD,
RES_MULTISTEP_SAMPLE_METHOD,
RES_2S_SAMPLE_METHOD,
ER_SDE_SAMPLE_METHOD,
SAMPLE_METHOD_COUNT
};