module Presentation:sig..end
A presentation of a free module (a basis).
typepres =X.t array
A presentation.
typet =pres
val make : t -> tCreate a presentation.
val dim : t -> intDimension of a presentation.
val presentation_to_string : X.t array -> string
module Map:sig..end
Linear maps between presentations.
val iter : (X.t -> unit) -> t -> unitIterate a function on the generators of a module.
module Complex:sig..end
Chain complexes between free modules.
val to_string : X.t array -> stringString representation.