LICENSE
MANIFEST.in
README.rst
requirements.txt
requirements_tests.txt
setup.cfg
setup.py
docs/Makefile
docs/changelog.rst
docs/conf.py
docs/credits.rst
docs/index.rst
docs/index_latex.rst
docs/index_man.rst
docs/install.rst
docs/make.bat
docs/modules.rst
docs/mot.cl_routines.filters.rst
docs/mot.cl_routines.mapping.rst
docs/mot.cl_routines.optimizing.rst
docs/mot.cl_routines.rst
docs/mot.cl_routines.sampling.rst
docs/mot.parsers.cl.rst
docs/mot.parsers.rst
docs/mot.rst
docs/readme_latex.rst
docs/readme_man.rst
mot/__init__.py
mot/__version__.py
mot/cl_data_type.py
mot/cl_environments.py
mot/cl_function.py
mot/cl_runtime_info.py
mot/configuration.py
mot/factory.py
mot/kernel_data.py
mot/load_balance_strategies.py
mot/mcmc_diagnostics.py
mot/model_interfaces.py
mot/statistics.py
mot/utils.py
mot.egg-info/PKG-INFO
mot.egg-info/SOURCES.txt
mot.egg-info/dependency_links.txt
mot.egg-info/not-zip-safe
mot.egg-info/requires.txt
mot.egg-info/top_level.txt
mot/cl_routines/__init__.py
mot/cl_routines/base.py
mot/cl_routines/generate_random.py
mot/cl_routines/mapping/__init__.py
mot/cl_routines/mapping/calc_dependent_params.py
mot/cl_routines/mapping/circular_gaussian_fit.py
mot/cl_routines/mapping/cl_function_evaluator.py
mot/cl_routines/mapping/codec_runner.py
mot/cl_routines/mapping/gaussian_fit.py
mot/cl_routines/mapping/loglikelihood_calculator.py
mot/cl_routines/mapping/numerical_hessian.py
mot/cl_routines/mapping/objective_function_calculator.py
mot/cl_routines/mapping/run_procedure.py
mot/cl_routines/mapping/waic_calculator.py
mot/cl_routines/optimizing/__init__.py
mot/cl_routines/optimizing/base.py
mot/cl_routines/optimizing/levenberg_marquardt.py
mot/cl_routines/optimizing/multi_step_optimizer.py
mot/cl_routines/optimizing/nmsimplex.py
mot/cl_routines/optimizing/powell.py
mot/cl_routines/optimizing/random_restart.py
mot/cl_routines/optimizing/sbplex.py
mot/cl_routines/sampling/__init__.py
mot/cl_routines/sampling/amwg.py
mot/cl_routines/sampling/base.py
mot/cl_routines/sampling/scam.py
mot/data/opencl/euclidian_norm.cl
mot/data/opencl/lib_nmsimplex.cl
mot/data/opencl/lmmin.cl
mot/data/opencl/powell.cl
mot/data/opencl/sbplex.cl
mot/data/opencl/cerf/im_w_of_x.cl
mot/data/opencl/random123/array.h
mot/data/opencl/random123/openclfeatures.h
mot/data/opencl/random123/philox.h
mot/data/opencl/random123/rand123.h
mot/data/opencl/random123/threefry.h
mot/library_functions/__init__.py
mot/library_functions/base.py
mot/library_functions/error_functions.py
mot/library_functions/lanczos.py
mot/library_functions/polynomial_evaluations.py
mot/library_functions/unity.py
mot/library_functions/continuous_distributions/__init__.py
mot/library_functions/continuous_distributions/gamma.py
mot/library_functions/continuous_distributions/normal.py
mot/parsers/__init__.py
mot/parsers/cl/CLDataType.py
mot/parsers/cl/CLDataTypeParser.py
mot/parsers/cl/__init__.py
tests/__init__.py
tests/test_cl_routines.py
tests/utils.py
tests/library_functions/__init__.py
tests/library_functions/error_functions.py
tests/library_functions/gamma.py
tests/library_functions/normal.py