1 #ifndef _theplu_yat_utility_vector_const_view_
2 #define _theplu_yat_utility_vector_const_view_
31 #include "VectorBase.h"
33 #include <gsl/gsl_vector.h>
115 void delete_allocated_memory(
void);
120 gsl_vector_const_view* const_view_;
Read-only view.
Definition: VectorConstView.h:55
This is the yat interface to GSL vector.
Definition: VectorBase.h:52
Interface to GSL matrix.
Definition: Matrix.h:63
VectorConstView(const VectorConstView &other)
The copy constructor.