LICENSE
MANIFEST.in
README.md
setup.py
cocos/__init__.py
cocos/device.py
cocos/utilities.py
cocos.egg-info/PKG-INFO
cocos.egg-info/SOURCES.txt
cocos.egg-info/dependency_links.txt
cocos.egg-info/requires.txt
cocos.egg-info/top_level.txt
cocos/multi_processing/__init__.py
cocos/multi_processing/device_pool.py
cocos/multi_processing/map_reduce.py
cocos/multi_processing/utilities.py
cocos/numerics/__init__.py
cocos/numerics/_algorithm.py
cocos/numerics/_arith.py
cocos/numerics/_array.py
cocos/numerics/_conversion.py
cocos/numerics/_data.py
cocos/numerics/_utilities.py
cocos/numerics/data_types.py
cocos/numerics/numerical_package_bundle.py
cocos/numerics/numerical_package_selector.py
cocos/numerics/random.py
cocos/numerics/linalg/__init__.py
cocos/numerics/linalg/_linalg.py
cocos/options/__init__.py
cocos/scientific/__init__.py
cocos/scientific/kde.py
cocos/scientific/linalg.py
cocos/symbolic/__init__.py
cocos/symbolic/_lambdification.py
cocos/symbolic/translations.py
cocos/symbolic/utilities.py
cocos/tests/__init__.py
cocos/tests/test_dummy.py
cocos/tests/test_numerics/__init__.py
cocos/tests/test_numerics/test_dummy.py
cocos/tests/test_numerics/test_algorithm/__init__.py
cocos/tests/test_numerics/test_algorithm/test_any_all.py
cocos/tests/test_numerics/test_algorithm/test_argmin.py
cocos/tests/test_numerics/test_algorithm/test_count_nonzero.py
cocos/tests/test_numerics/test_algorithm/test_diff.py
cocos/tests/test_numerics/test_algorithm/test_dummy.py
cocos/tests/test_numerics/test_algorithm/test_nonzero.py
cocos/tests/test_numerics/test_algorithm/test_reciprocal.py
cocos/tests/test_numerics/test_algorithm/test_sort.py
cocos/tests/test_numerics/test_algorithm/test_sort_by_keys.py
cocos/tests/test_numerics/test_algorithm/test_sum_prod.py
cocos/tests/test_numerics/test_algorithm/test_union_intersection.py
cocos/tests/test_numerics/test_arith/__init__.py
cocos/tests/test_numerics/test_arith/test_binary.py
cocos/tests/test_numerics/test_arith/test_dummy.py
cocos/tests/test_numerics/test_arith/test_logical.py
cocos/tests/test_numerics/test_arith/test_trigonometric.py
cocos/tests/test_numerics/test_arith/test_unary.py
cocos/tests/test_numerics/test_data/__init__.py
cocos/tests/test_numerics/test_data/_test_repeat.py
cocos/tests/test_numerics/test_data/test_concatenate_hstack_vstack_dstack.py
cocos/tests/test_numerics/test_data/test_diag_trace.py
cocos/tests/test_numerics/test_data/test_dummy.py
cocos/tests/test_numerics/test_data/test_eye_identity.py
cocos/tests/test_numerics/test_data/test_flip.py
cocos/tests/test_numerics/test_data/test_ptp.py
cocos/tests/test_numerics/test_data/test_roll.py
cocos/tests/test_numerics/test_data/test_squeeze_reshape.py
cocos/tests/test_numerics/test_data/test_tile.py
cocos/tests/test_numerics/test_data/test_tril_triu.py
cocos/tests/test_numerics/test_dot/__init__.py
cocos/tests/test_numerics/test_dot/test_dot.py
cocos/tests/test_numerics/test_dot/test_dummy.py
cocos/tests/test_numerics/test_linalg/__init__.py
cocos/tests/test_numerics/test_linalg/test_cholesky.py
cocos/tests/test_numerics/test_linalg/test_det_inv_rank.py
cocos/tests/test_numerics/test_linalg/test_dummy.py
cocos/tests/test_numerics/test_linalg/test_lu.py
cocos/tests/test_numerics/test_linalg/test_lu_solve.py
cocos/tests/test_numerics/test_linalg/test_norm.py
cocos/tests/test_numerics/test_linalg/test_qr.py
cocos/tests/test_numerics/test_linalg/test_solve.py
cocos/tests/test_numerics/test_linalg/test_svd.py
cocos/tests/test_numerics/test_random/__init__.py
cocos/tests/test_numerics/test_random/test_antithetic_slices.py
cocos/tests/test_numerics/test_statistics/__init__.py
cocos/tests/test_numerics/test_statistics/test_average.py
cocos/tests/test_numerics/test_statistics/test_dummy.py
cocos/tests/test_numerics/test_statistics/test_mean.py
cocos/tests/test_numerics/test_statistics/test_var.py
cocos/tests/test_numerics/test_statistics/utilities.py
cocos/tests/test_numerics/test_statistics/test_rng/__init__.py
cocos/tests/test_numerics/test_statistics/test_rng/test_beta_rng.py
cocos/tests/test_numerics/test_statistics/test_rng/test_chisquare_rng.py
cocos/tests/test_numerics/test_statistics/test_rng/test_dummy.py
cocos/tests/test_numerics/test_statistics/test_rng/test_exponential_rng.py
cocos/tests/test_numerics/test_statistics/test_rng/test_gamma_rng.py
cocos/tests/test_numerics/test_statistics/test_rng/test_logistic_rng.py
cocos/tests/test_numerics/test_statistics/test_rng/test_lognormal_rng.py
cocos/tests/test_numerics/test_statistics/test_rng/test_normal_rng.py
cocos/tests/test_numerics/test_statistics/test_rng/test_uniform_rng.py
cocos/tests/test_numerics/test_statistics/test_rng/test_wald_rng.py
cocos/tests/test_numerics/test_utilities/__init__.py
cocos/tests/test_numerics/test_utilities/test_complete_shape.py
cocos/tests/test_numerics/test_utilities/test_compute_slice_length.py
cocos/tests/test_scientific/__init__.py
cocos/tests/test_scientific/test_gaussian_kde.py
cocos/tests/test_scientific/test_gaussian_kernel_estimate.py
cocos/tests/test_symbolic/__init__.py
cocos/tests/test_symbolic/test_dummy.py
cocos/tests/test_symbolic/test_lambdified_array_expression.py
cocos/tests/test_symbolic/test_lambdify.py