CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
PyHDC.egg-info/PKG-INFO
PyHDC.egg-info/SOURCES.txt
PyHDC.egg-info/dependency_links.txt
PyHDC.egg-info/requires.txt
PyHDC.egg-info/top_level.txt
pyhdc/__init__.py
pyhdc/config.py
pyhdc/exceptions.py
pyhdc/hypervector.py
pyhdc/types.py
pyhdc/components/__init__.py
pyhdc/components/input_formatting.py
pyhdc/components/unary.py
pyhdc/components/binding/__init__.py
pyhdc/components/binding/angles.py
pyhdc/components/binding/cdt.py
pyhdc/components/binding/convolution.py
pyhdc/components/binding/multiplication.py
pyhdc/components/binding/shifting.py
pyhdc/components/binding/vtb.py
pyhdc/components/binding/xor.py
pyhdc/components/bundling/__init__.py
pyhdc/components/bundling/addition.py
pyhdc/components/bundling/angles.py
pyhdc/components/bundling/binary.py
pyhdc/components/bundling/normalized.py
pyhdc/components/bundling/threshold.py
pyhdc/components/elements/__init__.py
pyhdc/components/elements/bernoulli.py
pyhdc/components/elements/normal.py
pyhdc/components/elements/sparse.py
pyhdc/components/elements/uniform.py
pyhdc/components/similarity/__init__.py
pyhdc/components/similarity/angle.py
pyhdc/components/similarity/cosine.py
pyhdc/components/similarity/hamming.py
pyhdc/components/similarity/overlap.py
pyhdc/components/thinning/__init__.py
pyhdc/components/thinning/random.py
pyhdc/components/thinning/sumset.py
pyhdc/encodings/__init__.py
pyhdc/encodings/base.py
pyhdc/encodings/binary.py
pyhdc/encodings/holographic.py
pyhdc/encodings/map.py
pyhdc/encodings/matrix.py
pyhdc/generation/__init__.py
pyhdc/generation/base.py
pyhdc/generation/dlfsr.py
pyhdc/generation/lca.py
pyhdc/generation/lcg.py
pyhdc/generation/lfsr.py
pyhdc/generation/pcg.py
pyhdc/generation/shifted_counter.py
pyhdc/generation/xorshift.py
tests/test_axis_ops.py
tests/test_batched.py
tests/test_components.py
tests/test_config.py
tests/test_encodings.py
tests/test_exceptions.py
tests/test_generation.py
tests/test_generation_batched.py
tests/test_generation_fastpath.py
tests/test_hypervector.py
tests/test_operators.py
tests/test_permute_inverse.py
tests/test_pyhdc.py
tests/test_stack.py