1 #ifndef _theplu_yat_utility_vector_view_
2 #define _theplu_yat_utility_vector_view_
31 #include "VectorMutable.h"
33 #include <gsl/gsl_vector.h>
173 void copy(gsl_vector*);
174 void delete_allocated_memory(
void);
176 gsl_vector_view* view_;
This is the yat interface to gsl_vector_view.
Definition: VectorView.h:79
VectorView(void)
Default constructor.
This is the yat interface to GSL vector.
Definition: VectorBase.h:52
gsl_vector * vec_
Definition: VectorMutable.h:232
This is the mutable interface to GSL vector.
Definition: VectorMutable.h:55
const VectorView & operator=(const VectorView &)
The assignment operator.
Interface to GSL matrix.
Definition: Matrix.h:63