module type CNTMAT = sig .. end
The signature of modules containing dynamically-sized contiguous matrices.
type 
A generative phantom type.
type 
A generative phantom type.
val value : (m, n, 'cnt) Slap_C.mat
A dynamically-sized contiguous matrix with type like
        exists m, n. (m, n, 'cnt) mat.