jon.recoil.org

Module Flambda_primitive.Bigarray_kind

type t =
  1. | Float16
    (*

    This is analogous to Float32 in that whilst storage is 16-bit, reading and writing goes via 64-bit floats.

    *)
  2. | Float32
  3. | Float32_t
    (*

    Float32_t is used for bigarrays that contain (unboxed) float32 values and are read and written to using the float32 type. This is in contrast to Float32 bigarrays, where the accesses are done at type float.

    *)
  4. | Float64
  5. | Sint8
  6. | Uint8
  7. | Sint16
  8. | Uint16
  9. | Int32
  10. | Int64
  11. | Int_width_int
  12. | Targetint_width_int
  13. | Complex32
  14. | Complex64