package gsl

  1. Overview
  2. Docs

Module Vector_complex.SingleSource

Sourceval create : ?init:Gsl_complex.complex -> int -> vector
Sourceval of_array : Gsl_complex.complex array -> vector
Sourceval to_array : vector -> Gsl_complex.complex array
Sourceval of_complex_array : Gsl_complex.complex_array -> vector
Sourceval to_complex_array : vector -> Gsl_complex.complex_array
Sourceval length : vector -> int
Sourceval get : vector -> int -> Gsl_complex.complex
Sourceval set : vector -> int -> Gsl_complex.complex -> unit
Sourceval set_all : vector -> Gsl_complex.complex -> unit
Sourceval set_zero : vector -> unit
Sourceval set_basis : vector -> int -> unit
Sourceval memcpy : src:vector -> dst:vector -> unit
Sourceval copy : vector -> vector
Sourceval swap_element : vector -> int -> int -> unit
Sourceval reverse : vector -> unit
Sourceval subvector : vector -> off:int -> len:int -> vector
OCaml

Innovation. Community. Security.