CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
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/ml.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/requires.txt
arrayfire.egg-info/top_level.txt
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.ml.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/common/idxio.py
examples/computer_vision/fast.py
examples/computer_vision/harris.py
examples/computer_vision/matching.py
examples/computer_vision/susan.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
examples/machine_learning/logistic_regression.py
examples/machine_learning/mnist_common.py