pyldpcpp
Copyright 2026 the pyldpcpp authors

This product includes software developed by third parties, listed below.
Full license texts are in the licenses/ directory.

--------------------------------------------------------------------------------

Armadillo C++ Linear Algebra Library
Copyright 2008-2024 Conrad Sanderson (https://conradsanderson.id.au)
Copyright 2008-2016 National ICT Australia (NICTA)
Copyright 2017-2024 Data61 / CSIRO
Licensed under the Apache License, Version 2.0.

Bundled unmodified in vendor/ as headers only; no Armadillo source was altered.
See licenses/LICENSE.armadillo-Apache-2.0.

--------------------------------------------------------------------------------

pyldpc
Copyright (c) 2019, Hicham Janati
Licensed under the BSD 3-Clause License.

The coding and decoding routines in this project are a C++ translation of the
algorithms in pyldpc (parity_check_matrix, coding_matrix_systematic, make_ldpc,
encode, decode and the log-domain belief-propagation solver). No pyldpc source
is redistributed. See licenses/LICENSE.pyldpc-BSD-3-Clause.
