module Mat:sig
..end
typet =
float array array
val copy : t -> t
val create0 : rows:int -> cols:int -> t
val create_per_row : rows:int -> cols:int -> f:(int -> float) -> t
val get_column : t -> int -> Linear_algebra.Vec.t
val t_of_sexp : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t