Changes in doc/developer/calculator.rst [870a2f4:e822c97] in sasmodels
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/developer/calculator.rst
r870a2f4 re822c97 1 1 .. currentmodule:: sasmodels 2 3 .. _Calculator_Interface:4 2 5 3 Calculator Interface … … 9 7 model calculator which implements the polydispersity and magnetic SLD 10 8 calculations. There are three separate implementations of this layer, 11 :mod:`kernelcl`for OpenCL, which operates on a single Q value at a time,12 :mod:`kerneldll`for the DLL, which loops over a vector of Q values, and13 :mod:`kernelpy`for python models which operates on vector Q values.9 *kernelcl.py* for OpenCL, which operates on a single Q value at a time, 10 *kerneldll.c* for the DLL, which loops over a vector of Q values, and 11 *kernelpy.py* for python models which operates on vector Q values. 14 12 15 13 Each implementation provides three different calls *Iq*, *Iqxy* and *Imagnetic*
Note: See TracChangeset
for help on using the changeset viewer.