Gsl.Vector_complex_flatVector of complex numbers implemented with a float array
type vector = complex_vector_flatval create : ?init:Gsl_complex.complex -> int -> vectorval of_array : Gsl_complex.complex array -> vectorval to_array : vector -> Gsl_complex.complex arrayval of_complex_array : Gsl_complex.complex_array -> vectorval to_complex_array : vector -> Gsl_complex.complex_arrayval length : vector -> intval get : vector -> int -> Gsl_complex.complexval set : vector -> int -> Gsl_complex.complex -> unitval set_all : vector -> Gsl_complex.complex -> unitval set_zero : vector -> unitval set_basis : vector -> int -> unitval swap_element : vector -> int -> int -> unitval reverse : vector -> unitval view_complex_array :
?stride:int ->
?off:int ->
?len:int ->
Gsl_complex.complex_array ->
vectorval real : vector -> Vector_flat.vectorval imag : vector -> Vector_flat.vector