package mm

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type kind =
  1. | Linear
  2. | Bilinear
val scale_coef : t -> t -> (int * int) -> (int * int) -> unit
val bilinear_scale_coef : t -> t -> float -> float -> unit
val scale_coef_kind : kind -> t -> t -> (int * int) -> (int * int) -> unit
val onto : ?kind:kind -> ?proportional:bool -> t -> t -> unit
val create : ?kind:kind -> ?copy:bool -> ?proportional:bool -> t -> int -> int -> t