Ajout d'un petit double point-virgule trop mignon
This commit is contained in:
parent
929150577c
commit
9c7e31e5e8
1
Code.ml
1
Code.ml
@ -36,6 +36,7 @@ open Math;;
|
|||||||
|
|
||||||
module CLineaire =
|
module CLineaire =
|
||||||
struct
|
struct
|
||||||
|
;;
|
||||||
|
|
||||||
(* La bonne structure *)
|
(* La bonne structure *)
|
||||||
type t = {k : int; n : int; g : Math.matrice; h : Math.matrice};;
|
type t = {k : int; n : int; g : Math.matrice; h : Math.matrice};;
|
||||||
|
|||||||
2
Test.ml
2
Test.ml
@ -76,4 +76,4 @@ print_polynome (poldiv ((deux_puissance 7) +1) cocycl.pol);;
|
|||||||
let cocylined = cycliqueVersLineaire cocycl;;
|
let cocylined = cycliqueVersLineaire cocycl;;
|
||||||
print_matrice 7 cocylined.g;;
|
print_matrice 7 cocylined.g;;
|
||||||
print_matrice 4 cocylined.h;;
|
print_matrice 4 cocylined.h;;
|
||||||
CLineaire.distance_minimale cocylined;;
|
CLineaire.distance_minimale cocylined;;
|
||||||
Loading…
x
Reference in New Issue
Block a user