Ajout d'un petit double point-virgule trop mignon

This commit is contained in:
Mysaa 2021-03-24 19:50:00 +01:00
parent 929150577c
commit 9c7e31e5e8
2 changed files with 2 additions and 1 deletions

View File

@ -36,6 +36,7 @@ open Math;;
module CLineaire =
struct
;;
(* La bonne structure *)
type t = {k : int; n : int; g : Math.matrice; h : Math.matrice};;

View File

@ -76,4 +76,4 @@ print_polynome (poldiv ((deux_puissance 7) +1) cocycl.pol);;
let cocylined = cycliqueVersLineaire cocycl;;
print_matrice 7 cocylined.g;;
print_matrice 4 cocylined.h;;
CLineaire.distance_minimale cocylined;;
CLineaire.distance_minimale cocylined;;