package slap

  1. Overview
  2. Docs
val ssc : int -> unit

SLAP Set Context: ssc n sets sets both Slap_io.Context.vertical_default and Slap_io.Context.horizontal_default to Some n. This is the shortcut version of Slap_io.Context.set_dim_defaults.

val lsc : int -> unit

An alias of ssc for compatibility with Lacaml. (Lacaml Set Context)

val pp_fvec : ('n, float, 'prec, 'cnt_or_dsc) pp_vec
val pp_cvec : ('n, Complex.t, 'prec, 'cnt_or_dsc) pp_vec
val pp_ivec : ('n, int32, 'prec, 'cnt_or_dsc) pp_vec
val pp_rfvec : ('n, float, 'prec, 'cnt_or_dsc) pp_vec
val pp_rcvec : ('n, Complex.t, 'prec, 'cnt_or_dsc) pp_vec
val pp_rivec : ('n, int32, 'prec, 'cnt_or_dsc) pp_vec
val pp_fmat : ('m, 'n, float, 'prec, 'cnt_or_dsc) pp_mat
val pp_cmat : ('m, 'n, Complex.t, 'prec, 'cnt_or_dsc) pp_mat
val pp_imat : ('m, 'n, int32, 'prec, 'cnt_or_dsc) pp_mat