Functor Slap_D.Mat.Of_list

module Of_list: 
functor (X : sig
val value : Slap_D.num_type list list
end) -> CNTMAT
A functor vesion of of_list.
Parameters:
X : sig val value : num_type list list 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.