module Matrix:sig..end
Matrices and basic operations.
module type S =sig..end
module Make:
module Q:Swith module Coeff = Scalar.Q
Matrix with Q.t coefficients from the library Zarith.
module Float:Swith module Coeff = Scalar.Float
Matrix with float coefficients