Function binfield_matrix::matrix_mul_systematic [] [src]

pub fn matrix_mul_systematic<I, O>(word: I, mat: &[I]) -> O where
    I: PrimInt + Into<O>,
    O: PrimInt + From<u8>, 

Compute [ v | vMT ], where v is the given word and M is the given matrix.