CHANGELOG.md
LICENSE
MANIFEST.in
README.md
setup.py
arrayfire/__init__.py
arrayfire/algorithm.py
arrayfire/arith.py
arrayfire/array.py
arrayfire/base.py
arrayfire/bcast.py
arrayfire/blas.py
arrayfire/cuda.py
arrayfire/data.py
arrayfire/device.py
arrayfire/features.py
arrayfire/graphics.py
arrayfire/image.py
arrayfire/index.py
arrayfire/interop.py
arrayfire/lapack.py
arrayfire/library.py
arrayfire/opencl.py
arrayfire/random.py
arrayfire/signal.py
arrayfire/sparse.py
arrayfire/statistics.py
arrayfire/timer.py
arrayfire/util.py
arrayfire/vision.py
arrayfire.egg-info/PKG-INFO
arrayfire.egg-info/SOURCES.txt
arrayfire.egg-info/dependency_links.txt
arrayfire.egg-info/top_level.txt
arrayfire/tests/__init__.py
arrayfire/tests/__main__.py
arrayfire/tests/simple_tests.py
arrayfire/tests/simple/__init__.py
arrayfire/tests/simple/_util.py
arrayfire/tests/simple/algorithm.py
arrayfire/tests/simple/arith.py
arrayfire/tests/simple/array_test.py
arrayfire/tests/simple/blas.py
arrayfire/tests/simple/data.py
arrayfire/tests/simple/device.py
arrayfire/tests/simple/image.py
arrayfire/tests/simple/index.py
arrayfire/tests/simple/interop.py
arrayfire/tests/simple/lapack.py
arrayfire/tests/simple/random.py
arrayfire/tests/simple/signal.py
arrayfire/tests/simple/sparse.py
arrayfire/tests/simple/statistics.py
docs/Makefile
docs/arrayfire.algorithm.rst
docs/arrayfire.arith.rst
docs/arrayfire.array.rst
docs/arrayfire.base.rst
docs/arrayfire.bcast.rst
docs/arrayfire.blas.rst
docs/arrayfire.cuda.rst
docs/arrayfire.data.rst
docs/arrayfire.device.rst
docs/arrayfire.features.rst
docs/arrayfire.graphics.rst
docs/arrayfire.image.rst
docs/arrayfire.index.rst
docs/arrayfire.interop.rst
docs/arrayfire.lapack.rst
docs/arrayfire.library.rst
docs/arrayfire.opencl.rst
docs/arrayfire.random.rst
docs/arrayfire.rst
docs/arrayfire.signal.rst
docs/arrayfire.sparse.rst
docs/arrayfire.statistics.rst
docs/arrayfire.timer.rst
docs/arrayfire.util.rst
docs/arrayfire.vision.rst
docs/arrayfire_logo_symbol.png
docs/conf.py
docs/index.rst
docs/make.bat
docs/modules.rst
docs/_static/style.css
docs/_templates/page.html
examples/benchmarks/bench_blas.py
examples/benchmarks/bench_cg.py
examples/benchmarks/bench_fft.py
examples/benchmarks/monte_carlo_pi.py
examples/financial/black_scholes_options.py
examples/financial/heston_model.py
examples/financial/monte_carlo_options.py
examples/getting_started/convolve.py
examples/getting_started/intro.py
examples/graphics/conway.py
examples/graphics/fractal.py
examples/graphics/histogram.py
examples/graphics/plot2d.py
examples/graphics/plot3.py
examples/graphics/surface.py
examples/helloworld/helloworld.py