allow passing any matrix as parameter to encoding process
changelog
- add
--encoding-methodtokomodo prove - pass the encoding matrix to
encodeandfec::encodeinstead ofkandn, these two parameters can be extracted without further check by looking at the shape of the encoding matrix - the global recoding vector is now extracted from the encoding matrix instead of recomputing it (see new
Matrix::get_colimplementation) -
linalgandMatrix::{random, vandermonde}have been made public (see newMatrix::randomimplementation) - the computation of
Matrix::vandermondehas been optimized