rssoft  0.0.0
Reed-Solomon codes library with soft decision decoding
/shared/development/google_code/rssoft/library/lib/MultiplicityMatrix.h File Reference
#include <utility>
#include <map>
#include <iostream>
Include dependency graph for MultiplicityMatrix.h:
This graph shows which files directly or indirectly include this file:

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
 All Classes Namespaces Files Functions Variables Typedefs Friends Defines