LICENSE.txt
MANIFEST.in
README.rst
requirements.txt
setup.cfg
setup.py
docs/Makefile
docs/make.bat
docs/source/api.rst
docs/source/conf.py
docs/source/control_flow.rst
docs/source/conventions.rst
docs/source/cuda.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/making_your_own.rst
docs/source/recipes.rst
docs/source/references.txt
docs/source/_templates/fonts.html
docs/source/_themes/sphinx_rtd_theme/__init__.py
docs/source/_themes/sphinx_rtd_theme/breadcrumbs.html
docs/source/_themes/sphinx_rtd_theme/footer.html
docs/source/_themes/sphinx_rtd_theme/layout.html
docs/source/_themes/sphinx_rtd_theme/search.html
docs/source/_themes/sphinx_rtd_theme/searchbox.html
docs/source/_themes/sphinx_rtd_theme/theme.conf
docs/source/_themes/sphinx_rtd_theme/versions.html
docs/source/_themes/sphinx_rtd_theme/static/css/badge_only.css
docs/source/_themes/sphinx_rtd_theme/static/css/badge_only.css.map
docs/source/_themes/sphinx_rtd_theme/static/css/theme.css
docs/source/_themes/sphinx_rtd_theme/static/css/theme.css.map
docs/source/_themes/sphinx_rtd_theme/static/fonts/FontAwesome.otf
docs/source/_themes/sphinx_rtd_theme/static/fonts/Inconsolata-Bold.ttf
docs/source/_themes/sphinx_rtd_theme/static/fonts/Inconsolata-Regular.ttf
docs/source/_themes/sphinx_rtd_theme/static/fonts/Lato-Bold.ttf
docs/source/_themes/sphinx_rtd_theme/static/fonts/Lato-Regular.ttf
docs/source/_themes/sphinx_rtd_theme/static/fonts/RobotoSlab-Bold.ttf
docs/source/_themes/sphinx_rtd_theme/static/fonts/RobotoSlab-Regular.ttf
docs/source/_themes/sphinx_rtd_theme/static/fonts/fontawesome-webfont.eot
docs/source/_themes/sphinx_rtd_theme/static/fonts/fontawesome-webfont.svg
docs/source/_themes/sphinx_rtd_theme/static/fonts/fontawesome-webfont.ttf
docs/source/_themes/sphinx_rtd_theme/static/fonts/fontawesome-webfont.woff
docs/source/_themes/sphinx_rtd_theme/static/fonts/fontawesome-webfont.woff2
docs/source/_themes/sphinx_rtd_theme/static/js/modernizr.min.js
docs/source/_themes/sphinx_rtd_theme/static/js/theme.js
docs/source/functions/npstreams.chunked.rst
docs/source/functions/npstreams.cuda.caverage.rst
docs/source/functions/npstreams.cuda.csum.rst
docs/source/functions/npstreams.iall.rst
docs/source/functions/npstreams.iany.rst
docs/source/functions/npstreams.iaverage.rst
docs/source/functions/npstreams.idot.rst
docs/source/functions/npstreams.ieinsum.rst
docs/source/functions/npstreams.iflatten.rst
docs/source/functions/npstreams.iinner.rst
docs/source/functions/npstreams.imax.rst
docs/source/functions/npstreams.imean.rst
docs/source/functions/npstreams.imin.rst
docs/source/functions/npstreams.inanmean.rst
docs/source/functions/npstreams.inanprod.rst
docs/source/functions/npstreams.inanstd.rst
docs/source/functions/npstreams.inansum.rst
docs/source/functions/npstreams.inanvar.rst
docs/source/functions/npstreams.ipipe.rst
docs/source/functions/npstreams.iprod.rst
docs/source/functions/npstreams.isem.rst
docs/source/functions/npstreams.istack.rst
docs/source/functions/npstreams.istd.rst
docs/source/functions/npstreams.isub.rst
docs/source/functions/npstreams.isum.rst
docs/source/functions/npstreams.itensordot.rst
docs/source/functions/npstreams.ivar.rst
docs/source/functions/npstreams.last.rst
docs/source/functions/npstreams.linspace.rst
docs/source/functions/npstreams.multilinspace.rst
docs/source/functions/npstreams.peek.rst
docs/source/functions/npstreams.pmap.rst
docs/source/functions/npstreams.preduce.rst
npstreams/__init__.py
npstreams/array_stream.py
npstreams/array_utils.py
npstreams/cuda.py
npstreams/iter_utils.py
npstreams/linalg.py
npstreams/numerics.py
npstreams/parallel.py
npstreams/reduce.py
npstreams/stacking.py
npstreams/stats.py
npstreams.egg-info/PKG-INFO
npstreams.egg-info/SOURCES.txt
npstreams.egg-info/dependency_links.txt
npstreams.egg-info/not-zip-safe
npstreams.egg-info/requires.txt
npstreams.egg-info/top_level.txt
npstreams/tests/__init__.py
npstreams/tests/test_array_stream.py
npstreams/tests/test_array_utils.py
npstreams/tests/test_cuda.py
npstreams/tests/test_iter_utils.py
npstreams/tests/test_linalg.py
npstreams/tests/test_numerics.py
npstreams/tests/test_parallel.py
npstreams/tests/test_reduce.py
npstreams/tests/test_stacking.py
npstreams/tests/test_stats.py