Derived class for GSL vector_view routines. More...
#include <src/gsl_wrappers/gsl_vector_double.h>
Public Member Functions | |
vector_view (const vector &other) | |
vector_view (const vector_view &other) | |
vector_view (const gsl_vector &gsl_other) | |
void | init (const vector &other) |
void | init_with_gsl_vector (const gsl_vector &gsl_other) |
void | change_view (const vector &other) |
Derived class for GSL vector_view routines.