MANIFEST.in
MANIFEST.in.sdist
MANIFEST.in.wheel
Makefile
README.md
make.inc
setup.cfg
setup.py
nlcpy/.gitignore
nlcpy/__config__.py
nlcpy/__init__.py
nlcpy/_path.py
nlcpy/_version.py
nlcpy/_warmup.py
nlcpy/core/__init__.py
nlcpy/core/broadcast.cpp
nlcpy/core/broadcast.pxd
nlcpy/core/broadcast.pyx
nlcpy/core/core.cpp
nlcpy/core/core.pxd
nlcpy/core/core.pyx
nlcpy/core/dtype.c
nlcpy/core/dtype.pxd
nlcpy/core/dtype.pyx
nlcpy/core/error.py
nlcpy/core/flags.py
nlcpy/core/indexing.cpp
nlcpy/core/indexing.pxd
nlcpy/core/indexing.pyx
nlcpy/core/internal.cpp
nlcpy/core/internal.pxd
nlcpy/core/internal.pyx
nlcpy/core/macros.m4
nlcpy/core/manipulation.cpp
nlcpy/core/manipulation.pxd
nlcpy/core/manipulation.pyx
nlcpy/core/math.cpp
nlcpy/core/math.pxd
nlcpy/core/math.pyx
nlcpy/core/param.pxi
nlcpy/core/scalar.cpp
nlcpy/core/scalar.pxd
nlcpy/core/scalar.pyx
nlcpy/core/searching.cpp
nlcpy/core/searching.pxd
nlcpy/core/searching.pyx
nlcpy/core/sorting.cpp
nlcpy/core/sorting.pxd
nlcpy/core/sorting.pyx
nlcpy/core/vememory.cpp
nlcpy/core/vememory.pxd
nlcpy/core/vememory.pyx
nlcpy/creation/__init__.py
nlcpy/creation/basic.py
nlcpy/creation/from_data.py
nlcpy/creation/matrices.py
nlcpy/creation/ranges.py
nlcpy/datatype/__init__.py
nlcpy/datatype/getlimits.py
nlcpy/error_handler/__init__.py
nlcpy/error_handler/error_handler.py
nlcpy/fft/__init__.py
nlcpy/fft/_fft.c
nlcpy/fft/_fft.pyx
nlcpy/fft/fft.py
nlcpy/fft/libfft.pxd
nlcpy/include/macros.m4
nlcpy/include/param.pxi
nlcpy/indexing/__init__.py
nlcpy/indexing/generate.py
nlcpy/indexing/indexing.py
nlcpy/indexing/inserting.py
nlcpy/io/__init__.py
nlcpy/io/npz.py
nlcpy/io/text.py
nlcpy/jit/__init__.py
nlcpy/jit/kernel.py
nlcpy/jit/module.py
nlcpy/kernel_register/basic_kernel_list.pxi
nlcpy/kernel_register/cblas_kernel_list.pxi
nlcpy/kernel_register/creation_kernel_list.pxi
nlcpy/kernel_register/fft_kernel_list.pxi
nlcpy/kernel_register/indexing_kernel_list.pxi
nlcpy/kernel_register/linalg_kernel_list.pxi
nlcpy/kernel_register/macros.m4
nlcpy/kernel_register/manipulation_kernel_list.pxi
nlcpy/kernel_register/math_kernel_list.pxi
nlcpy/kernel_register/math_kernel_list.pxi.m4
nlcpy/kernel_register/random_kernel_list.pxi
nlcpy/kernel_register/reduceat_kernel_list.pxi
nlcpy/kernel_register/reduceat_kernel_list.pxi.m4
nlcpy/kernel_register/sca_kernel_list.pxi
nlcpy/kernel_register/searching_kernel_list.pxi
nlcpy/kernel_register/ve_kernel_register.c
nlcpy/kernel_register/ve_kernel_register.pyx
nlcpy/lib/__init__.py
nlcpy/linalg/__init__.py
nlcpy/linalg/cblas_wrapper.cpp
nlcpy/linalg/cblas_wrapper.pxd
nlcpy/linalg/cblas_wrapper.pyx
nlcpy/linalg/decomposition.py
nlcpy/linalg/eig.py
nlcpy/linalg/norm.py
nlcpy/linalg/products.py
nlcpy/linalg/solve.py
nlcpy/linalg/util.py
nlcpy/logic/__init__.py
nlcpy/logic/testing.py
nlcpy/ma/__init__.py
nlcpy/ma/core.py
nlcpy/manipulation/__init__.py
nlcpy/manipulation/add_remove.py
nlcpy/manipulation/basic.py
nlcpy/manipulation/dims.py
nlcpy/manipulation/join.py
nlcpy/manipulation/rearranging.py
nlcpy/manipulation/shape.py
nlcpy/manipulation/split.py
nlcpy/manipulation/tiling.py
nlcpy/manipulation/trans.py
nlcpy/math/__init__.py
nlcpy/math/math.cpp
nlcpy/math/math.pyx
nlcpy/mempool/__init__.py
nlcpy/mempool/mempool.c
nlcpy/mempool/mempool.pxd
nlcpy/mempool/mempool.pyx
nlcpy/mempool/nlcpy_mempool.c
nlcpy/mempool/nlcpy_mempool.h
nlcpy/prof/__init__.py
nlcpy/prof/prof.py
nlcpy/random/__init__.py
nlcpy/random/_generator.c
nlcpy/random/_generator.pyx
nlcpy/random/distributions.py
nlcpy/random/generator.c
nlcpy/random/generator.pyx
nlcpy/random/libgenerator.pxd
nlcpy/random/permutations.py
nlcpy/random/sample.py
nlcpy/request/__init__.py
nlcpy/request/request.cpp
nlcpy/request/request.pxd
nlcpy/request/request.pyx
nlcpy/request/ve_kernel.c
nlcpy/request/ve_kernel.pxd
nlcpy/request/ve_kernel.pyx
nlcpy/sca/__init__.py
nlcpy/sca/description.cpp
nlcpy/sca/description.pxd
nlcpy/sca/description.pyx
nlcpy/sca/descriptor.cpp
nlcpy/sca/descriptor.pxd
nlcpy/sca/descriptor.pyx
nlcpy/sca/handle.cpp
nlcpy/sca/handle.pxd
nlcpy/sca/handle.pyx
nlcpy/sca/internal.cpp
nlcpy/sca/internal.pxd
nlcpy/sca/internal.pyx
nlcpy/sca/kernel.cpp
nlcpy/sca/kernel.pxd
nlcpy/sca/kernel.pyx
nlcpy/sca/utility.cpp
nlcpy/sca/utility.pxd
nlcpy/sca/utility.pyx
nlcpy/sorting/__init__.py
nlcpy/sorting/count.py
nlcpy/sorting/search.py
nlcpy/sorting/sort.py
nlcpy/statistics/__init__.py
nlcpy/statistics/average.cpp
nlcpy/statistics/average.pyx
nlcpy/statistics/correlating.cpp
nlcpy/statistics/correlating.pyx
nlcpy/statistics/function_base.cpp
nlcpy/statistics/function_base.pyx
nlcpy/statistics/histograms.cpp
nlcpy/statistics/histograms.pyx
nlcpy/statistics/order.py
nlcpy/testing/__init__.py
nlcpy/testing/array.py
nlcpy/testing/binary.py
nlcpy/testing/condition.py
nlcpy/testing/helper.py
nlcpy/testing/hypothesis.py
nlcpy/testing/parameterized.py
nlcpy/testing/random.py
nlcpy/testing/ufunc.py
nlcpy/testing/unary.py
nlcpy/ufuncs/__init__.py
nlcpy/ufuncs/accumulate.cpp
nlcpy/ufuncs/accumulate.pxd
nlcpy/ufuncs/accumulate.pyx
nlcpy/ufuncs/casting.py
nlcpy/ufuncs/err.py
nlcpy/ufuncs/macros.m4
nlcpy/ufuncs/operations.py
nlcpy/ufuncs/operations.py.m4
nlcpy/ufuncs/outer.cpp
nlcpy/ufuncs/outer.pxd
nlcpy/ufuncs/outer.pyx
nlcpy/ufuncs/param.pxi
nlcpy/ufuncs/reduce.cpp
nlcpy/ufuncs/reduce.pxd
nlcpy/ufuncs/reduce.pyx
nlcpy/ufuncs/reduceat.cpp
nlcpy/ufuncs/reduceat.pxd
nlcpy/ufuncs/reduceat.pyx
nlcpy/ufuncs/ufunc_docs.py
nlcpy/ufuncs/ufuncs.cpp
nlcpy/ufuncs/ufuncs.pxd
nlcpy/ufuncs/ufuncs.pyx
nlcpy/ve_kernel/Makefile
nlcpy/ve_kernel/accumulate.c.master
nlcpy/ve_kernel/accumulate.c.master2
nlcpy/ve_kernel/accumulate.c.master2.m4
nlcpy/ve_kernel/argfunc.c.master
nlcpy/ve_kernel/array_utility.c
nlcpy/ve_kernel/array_utility.h
nlcpy/ve_kernel/binary_operator.c.master
nlcpy/ve_kernel/binary_operator.c.master2
nlcpy/ve_kernel/binary_operator.c.master2.m4
nlcpy/ve_kernel/cast.c.master
nlcpy/ve_kernel/cast.c.master.m4
nlcpy/ve_kernel/cblas_wrapper.c
nlcpy/ve_kernel/cblas_wrapper.c.m4
nlcpy/ve_kernel/copy.c.master
nlcpy/ve_kernel/copy.c.master.m4
nlcpy/ve_kernel/copy_masked.c.master
nlcpy/ve_kernel/copy_masked.c.master.m4
nlcpy/ve_kernel/fpe_flags.h
nlcpy/ve_kernel/macros.m4
nlcpy/ve_kernel/matmul_operator.c.master
nlcpy/ve_kernel/matmul_operator.c.master.m4
nlcpy/ve_kernel/nlcpy.h
nlcpy/ve_kernel/nlcpy_arange.c.master
nlcpy/ve_kernel/nlcpy_argsort.c
nlcpy/ve_kernel/nlcpy_argsort.c.m4
nlcpy/ve_kernel/nlcpy_argwhere.c.master
nlcpy/ve_kernel/nlcpy_block.c.master
nlcpy/ve_kernel/nlcpy_boolean_mask.c.master
nlcpy/ve_kernel/nlcpy_cholesky.c
nlcpy/ve_kernel/nlcpy_cholesky.c.m4
nlcpy/ve_kernel/nlcpy_clip.c
nlcpy/ve_kernel/nlcpy_clip.c.m4
nlcpy/ve_kernel/nlcpy_delete.c.master
nlcpy/ve_kernel/nlcpy_diff.c.master
nlcpy/ve_kernel/nlcpy_diff.c.master.m4
nlcpy/ve_kernel/nlcpy_domain_mask.c.master
nlcpy/ve_kernel/nlcpy_dot.c.master
nlcpy/ve_kernel/nlcpy_dot.c.master.m4
nlcpy/ve_kernel/nlcpy_eig.c
nlcpy/ve_kernel/nlcpy_eig.c.m4
nlcpy/ve_kernel/nlcpy_eigh.c
nlcpy/ve_kernel/nlcpy_eigh.c.m4
nlcpy/ve_kernel/nlcpy_eye.c.master
nlcpy/ve_kernel/nlcpy_fft.c
nlcpy/ve_kernel/nlcpy_fft.c.m4
nlcpy/ve_kernel/nlcpy_fill_diagonal.c.master
nlcpy/ve_kernel/nlcpy_insert.c.master
nlcpy/ve_kernel/nlcpy_inv.c
nlcpy/ve_kernel/nlcpy_inv.c.m4
nlcpy/ve_kernel/nlcpy_linspace.c.master
nlcpy/ve_kernel/nlcpy_lstsq.c
nlcpy/ve_kernel/nlcpy_lstsq.c.m4
nlcpy/ve_kernel/nlcpy_mempool.h
nlcpy/ve_kernel/nlcpy_mempool_ve.c
nlcpy/ve_kernel/nlcpy_nonzero.c.master
nlcpy/ve_kernel/nlcpy_norm.c
nlcpy/ve_kernel/nlcpy_norm.c.m4
nlcpy/ve_kernel/nlcpy_prepare_indexing.c.master
nlcpy/ve_kernel/nlcpy_profiling.c
nlcpy/ve_kernel/nlcpy_qr.c
nlcpy/ve_kernel/nlcpy_qr.c.m4
nlcpy/ve_kernel/nlcpy_random.c
nlcpy/ve_kernel/nlcpy_random_shuffle.c
nlcpy/ve_kernel/nlcpy_random_shuffle.c.m4
nlcpy/ve_kernel/nlcpy_repeat.c.master
nlcpy/ve_kernel/nlcpy_roll.c.master
nlcpy/ve_kernel/nlcpy_sca.c
nlcpy/ve_kernel/nlcpy_sca.c.m4
nlcpy/ve_kernel/nlcpy_scatter.c.master
nlcpy/ve_kernel/nlcpy_solve.c
nlcpy/ve_kernel/nlcpy_solve.c.m4
nlcpy/ve_kernel/nlcpy_sort.c
nlcpy/ve_kernel/nlcpy_sort.c.m4
nlcpy/ve_kernel/nlcpy_sort_multi.c
nlcpy/ve_kernel/nlcpy_sort_multi.c.m4
nlcpy/ve_kernel/nlcpy_svd.c
nlcpy/ve_kernel/nlcpy_svd.c.m4
nlcpy/ve_kernel/nlcpy_take.c.master
nlcpy/ve_kernel/nlcpy_tile.c.master
nlcpy/ve_kernel/nlcpy_tri.c.master
nlcpy/ve_kernel/nlcpy_where.c.master
nlcpy/ve_kernel/outer.c.master
nlcpy/ve_kernel/outer.c.master.m4
nlcpy/ve_kernel/reduce.c.master
nlcpy/ve_kernel/reduce.c.master.m4
nlcpy/ve_kernel/reduce.c.master2
nlcpy/ve_kernel/reduce.c.master2.m4
nlcpy/ve_kernel/reduceat.c.master
nlcpy/ve_kernel/reduceat.c.master2
nlcpy/ve_kernel/reduceat.c.master2.m4
nlcpy/ve_kernel/unary_operator.c.master
nlcpy/ve_kernel/unary_operator.c.master2
nlcpy/ve_kernel/unary_operator.c.master2.m4
nlcpy/ve_kernel/ve_array.h
nlcpy/ve_kernel/ve_controller.c
nlcpy/ve_kernel/ve_dtype.h
nlcpy/ve_kernel/ve_error.h
nlcpy/ve_kernel/ve_funclist.h
nlcpy/ve_kernel/ve_funcnum.h
nlcpy/ve_kernel/ve_functype.h
nlcpy/ve_kernel/ve_request.h
nlcpy/ve_kernel/ve_selector.c
nlcpy/ve_kernel/ve_selector.h
nlcpy/ve_kernel/xerbla.c
nlcpy/ve_types/__init__.py
nlcpy/ve_types/ve_types.py
nlcpy/veo/__init__.py
nlcpy/veo/_veo.c
nlcpy/veo/_veo.pxd
nlcpy/veo/_veo.pyx
nlcpy/veo/conv_i64.pxi
nlcpy/veo/libveo.pxd
nlcpy/veo/sysvshm.pyx
nlcpy/veo/vebuild.py
nlcpy/wrapper/__init__.py
nlcpy/wrapper/numpy_wrap.py
scripts/clean.sh
scripts/cppnlcpy.pl
scripts/m4_conv.sh
scripts/make_dep.sh