Gsl.Matrix_complexMatrices of complex numbers implemented with Bigarray
type matrix = complex_mat_bigarrval create : ?init:Gsl_complex.complex -> int -> int -> matrixval dims : matrix -> int * intval of_array : Gsl_complex.complex array -> int -> int -> matrixval of_arrays : Gsl_complex.complex array array -> matrixval to_array : matrix -> Gsl_complex.complex arrayval to_arrays : matrix -> Gsl_complex.complex array arrayval of_complex_array : Gsl_complex.complex_array -> int -> int -> matrixval to_complex_array : matrix -> Gsl_complex.complex_arrayval get : matrix -> int -> int -> Gsl_complex.complexval set : matrix -> int -> int -> Gsl_complex.complex -> unitval set_all : matrix -> Gsl_complex.complex -> unitval set_zero : matrix -> unitval set_id : matrix -> unitval row : matrix -> int -> Vector_complex.vectorval scale : matrix -> Gsl_complex.complex -> unitval add_constant : matrix -> Gsl_complex.complex -> unitval add_diagonal : matrix -> Gsl_complex.complex -> unitval is_null : matrix -> boolval swap_rows : matrix -> int -> int -> unitval swap_columns : matrix -> int -> int -> unitval swap_rowcol : matrix -> int -> int -> unitval transpose_in_place : matrix -> unitmodule Single : sig ... end