package polka

  1. Overview
  2. Docs

Module PolkaIOSource

Sourceval initialize : strict:bool -> dims:string list -> maxrows:int -> unit
Sourceval nbdims : int ref
Sourceval in_assoc : string -> int
Sourceval out_assoc : int -> string
Sourceval vector_of_constraint : string -> Vector.t
Sourceval vector_of_frame : string -> Vector.t
Sourceval vector_of_expr : string -> Vector.t
Sourceval matrix_of_lconstraints : string list -> Matrix.t
Sourceval matrix_of_lframes : string list -> Matrix.t
Sourceval poly_of_lconstraint : string list -> Poly.t
Sourceval poly_of_lframe : string list -> Poly.t
Sourceval vector_print_constraint : Format.formatter -> Vector.t -> unit
Sourceval vector_print_frame : Format.formatter -> Vector.t -> unit
Sourceval vector_print_expr : Format.formatter -> Vector.t -> unit
Sourceval matrix_print_constraints : Format.formatter -> Matrix.t -> unit
Sourceval matrix_print_frames : Format.formatter -> Matrix.t -> unit
Sourceval poly_print_constraint : Format.formatter -> Poly.t -> unit
Sourceval poly_print_frame : Format.formatter -> Poly.t -> unit
Sourceval poly_print : Format.formatter -> Poly.t -> unit