Some functions, like `gsl_eigen_nonsymm', require an argument of type `gsl_vector_complex', but I can't seem to find documentation about this type of vector inside the docs, even though there is an example that uses a function called `gsl_vector_complex_alloc'. Is this just an oversight or should I use a `gsl_vector' instead?
I'm using GSL 2.7.
