Skip to content

v1.0.0 Wrapper for GSL's vector

Compare
Choose a tag to compare
@tevaughan tevaughan released this 08 Mar 18:11
· 12 commits to main since this release

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.