v1.0.0 Wrapper for GSL's vector
All types (double, complex, etc.) of element are supported.
The full GSL-interface for vectors is wrapped.
Templated constructors for allocated vectors and for views are provided with compiler-deducible template-arguments.
Move-constructor is implemented for dynamically allocated vectors.
Statically allocated vectors are also implemented.
Every function is covered by unit-tests.