#include <mia/core/gsl_vector.hh>
Public Member Functions | |
| Vector::const_iterator | begin () const |
| ConstVectorView (gsl_vector_const_view vv) | |
| Vector::const_iterator | end () const |
| operator const Vector & () | |
| operator Vector::vector_const_pointer_type () const | |
| const gsl_vector * | operator-> () const |
| double | operator[] (size_t i) const |
| Vector::size_type | size () const |
Wrapper for the gsl_vector_const_view providing transparent access to the underlying vector.
Definition at line 221 of file gsl_vector.hh.
|
inline |
Definition at line 223 of file gsl_vector.hh.
|
inline |
Definition at line 229 of file gsl_vector.hh.
|
inline |
Definition at line 233 of file gsl_vector.hh.
|
inline |
Definition at line 246 of file gsl_vector.hh.
|
inline |
Definition at line 254 of file gsl_vector.hh.
|
inline |
Definition at line 250 of file gsl_vector.hh.
|
inline |
Definition at line 241 of file gsl_vector.hh.
|
inline |
Definition at line 237 of file gsl_vector.hh.