Functor Slap_D.Mat.Of_bigarray

module Of_bigarray: 
functor (X : sig
val value : (Slap_D.num_type, Slap_D.prec, Bigarray.fortran_layout) Bigarray.Array2.t
end) -> CNTMAT
A functor vesion of of_bigarray.
Since 1.0.0
Parameters:
X : sig val value : (num_type, prec, fortran_layout) Array2.t end

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