Changeset 793d802 in sasmodels for doc/developer
- Timestamp:
- Aug 8, 2017 6:19:28 PM (7 years ago)
- Branches:
- master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- cdf7dac
- Parents:
- 870a2f4 (diff), 997c9ca (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Location:
- doc/developer
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/developer/calculator.rst
re822c97 r870a2f4 1 1 .. currentmodule:: sasmodels 2 3 .. _Calculator_Interface: 2 4 3 5 Calculator Interface … … 7 9 model calculator which implements the polydispersity and magnetic SLD 8 10 calculations. There are three separate implementations of this layer, 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, and11 *kernelpy.py*for python models which operates on vector Q values.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, and 13 :mod:`kernelpy` for python models which operates on vector Q values. 12 14 13 15 Each implementation provides three different calls *Iq*, *Iqxy* and *Imagnetic* -
doc/developer/index.rst
rb85be2d r2e66ef5 7 7 :maxdepth: 4 8 8 9 overview.rst 9 10 calculator.rst
Note: See TracChangeset
for help on using the changeset viewer.