In signatures such as
val polyline
: ?linetype:linetype
-> ?linewidth:float
-> ?coloridx:int
-> (float, 'a, 'b) Bigarray.Genarray.t
-> (float, 'c, 'd) Bigarray.Genarray.t
-> unit
the bigarray must be mandated to carry float64 values.
Also, I do not understand the reason for not using Array1.t (or Array2.t when fit) bigarrays.
In signatures such as
the bigarray must be mandated to carry
float64values.Also, I do not understand the reason for not using
Array1.t(orArray2.twhen fit) bigarrays.