diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2014-05-02 09:20:54 +0000 |
---|---|---|
committer | wpalenst <Willem.Jan.Palenstijn@cwi.nl> | 2014-05-02 09:20:54 +0000 |
commit | 1dd79f23f783564719a52de7d9b54b17005c32d7 (patch) | |
tree | 71e3c59863680e9da29a51359786d24c68787f1a /cuda/3d/arith3d.h | |
parent | 9dd746071621cf854171b985afbf375f19a5b726 (diff) | |
download | astra-1dd79f23f783564719a52de7d9b54b17005c32d7.tar.gz astra-1dd79f23f783564719a52de7d9b54b17005c32d7.tar.bz2 astra-1dd79f23f783564719a52de7d9b54b17005c32d7.tar.xz astra-1dd79f23f783564719a52de7d9b54b17005c32d7.zip |
Add SIRT-Weighted BP3D (par3d-only) for use in large BP
Diffstat (limited to 'cuda/3d/arith3d.h')
-rw-r--r-- | cuda/3d/arith3d.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cuda/3d/arith3d.h b/cuda/3d/arith3d.h index 53c9b79..5635ffd 100644 --- a/cuda/3d/arith3d.h +++ b/cuda/3d/arith3d.h @@ -37,6 +37,7 @@ struct opAddScaled; struct opScaleAndAdd; struct opAddMulScaled; struct opAddMul; +struct opAdd; struct opMul; struct opMul2; struct opDividedBy; |