package mesh

  1. Overview
  2. Docs
type 'layout vec = (float, Bigarray.float64_elt, 'layout) Bigarray.Array1.t
type 'layout mat = (float, Bigarray.float64_elt, 'layout) Bigarray.Array2.t
type 'layout int_vec = (int, Bigarray.int_elt, 'layout) Bigarray.Array1.t
type 'layout int_mat = (int, Bigarray.int_elt, 'layout) Bigarray.Array2.t
val max2 : int -> int -> int
val max4 : int -> int -> int -> int -> int
class 'l pslg : 'l Bigarray.layout -> object ... end
class type 'layout t = object ... end
class type 'layout voronoi = object ... end
class 'l alias : 'l t -> object ... end
val layout : 'a pslg -> 'a Bigarray.layout
val norm : float -> float -> float
val latex_begin : Pervasives.out_channel -> 'a -> 'b -> 'c -> 'd -> unit
val latex_end : Pervasives.out_channel -> unit
val degrees_per_radian : float
type point = {
  1. x : float;
  2. y : float;
}
val black : int
val color_to_string : int -> string
val line : Pervasives.out_channel -> int -> point -> point -> unit
val point_xy : Pervasives.out_channel -> int -> float -> float -> unit
val point : Pervasives.out_channel -> int -> point -> unit
val triangle : Pervasives.out_channel -> int -> point -> point -> point -> unit
val fill_triangle : Pervasives.out_channel -> int -> point -> point -> point -> unit
val fill_quadrilateral : Pervasives.out_channel -> int -> point -> point -> point -> point -> unit
module F : sig ... end
module C : sig ... end
val is_c_layout : 'a pslg -> bool
val band_height_P1 : ?filter:(int -> bool) -> 'a t -> int
val cuthill_mckee : ?rev:bool -> ?perm:'l int_vec -> 'l t -> 'l t
val permute_points : ?inv:bool -> 'l int_vec -> 'l t -> 'l t
module LaTeX : sig ... end
val scilab : 'a t -> 'a vec -> string -> unit
val matlab : 'a t -> ?edgecolor:string -> ?linestyle:string -> ?facealpha:float -> 'a vec -> string -> unit
val mathematica : 'a t -> 'a vec -> string -> unit