Functor Slap_D.Vec.Of_bigarray

module Of_bigarray: 
functor (X : sig
val share : bool
val value : (Slap_D.num_type, Slap_D.prec, Bigarray.fortran_layout) Bigarray.Array1.t
end) -> CNTVEC
A functor version of of_bigarray.
Parameters:
X : sig val share : bool val value : (num_type, prec, fortran_layout) Array1.t end

type n 
A generative phantom type.
val value : (n, 'cnt) Slap_D.vec
A dynamically-sized contiguous vector with type like exists n. (n, 'cnt) vec.