module Vec:sig
..end
typet =
float array
val copy : t -> t
val create0 : int -> t
create0 len
sreate a vector of 0s of length len
.val sumsq : t -> float
val norm : t -> float
val t_of_sexp : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t
create0 len
sreate a vector of 0s of length len
.