Module Lacaml.Real_io

module Real_io: sig .. end
Pretty printing of real vector and matrices. See the Lacaml.Io module for more versatile functions.

val pp_num : Format.formatter -> float -> unit
pp_num ppf el is equivalent to fprintf ppf "%G" el.
val pp_vec : (float, 'a) Lacaml.Io.pp_vec
Pretty-printer for column vectors.
val pp_mat : (float, 'a) Lacaml.Io.pp_mat
Pretty-printer for matrices.