-
-
Notifications
You must be signed in to change notification settings - Fork 674
Description
A Linear Gabidulin Code Gab[n,k] over F_{qm} of length n <= m and dimension k <= n is the set of all words, formed by the operator evaluation of a q-degree restricted skew polynomial (with frobenius endomorphism and a finite field) f(x) \in S_{F_{qm}}[x].
i.e. Gab[n,k] = {(f(g_0), f(g_1),..., f(g_{n-1})) = f(g): deg(f) < k}
where g_0,...,g_{n-1} are fixed elements belonging to F_{qm} and are linearly independent over F_{q}
This ticket proposes a new class for Gabidulin Codes along with encoders and decoders for it.
CC: @sagetrac-dlucas @johanrosenkilde @xcaruso @emes4 @Adurand8
Component: coding theory
Author: Arpit Merchant, Marketa Slukova
Branch: 64af632
Reviewer: Dima Pasechnik, Johan Rosenkilde
Issue created by migration from https://trac.sagemath.org/ticket/20970