![]() |
rssoft
0.0.0
Reed-Solomon codes library with soft decision decoding
|
#include <utility>
#include <map>
#include <iostream>
Go to the source code of this file.
Classes | |
class | rssoft::MultiplicityMatrix_SparseOrdering |
Ordering of elements in the sparse matrix according to the column first order. Indexes are pairs of (row, column) indexes. More... | |
class | rssoft::MultiplicityMatrix |
Multiplicity matrix corresponding to a reliability matrix. It is implemented as a map representing a sparse matrix where elements are indexed by their (row, column) numbers pair. Once constructed it is normally only used to be traversed column first during the Interpolation algorithm. The ordering of indexes reflects the column first order. More... | |
class | rssoft::MultiplicityMatrix::traversing_iterator |
Namespaces | |
namespace | rssoft |