mirror of
https://gitlab.com/scemama/qmcchem.git
synced 2024-11-07 22:53:39 +01:00
9 lines
259 B
OCaml
9 lines
259 B
OCaml
type t [@@deriving 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
|
|
|