10
1
mirror of https://gitlab.com/scemama/qmcchem.git synced 2024-06-03 03:45:17 +02:00
qmcchem/ocaml/Sample.mli

9 lines
251 B
OCaml
Raw Normal View History

2015-12-19 02:35:13 +01:00
type t with sexp
val to_float : ?idx:int -> t -> float
val to_float_array : t -> float array
val of_float : float -> t
val of_float_array : dim:int -> float array -> t
val to_string : t -> string
val dimension : t -> int