12 template<
class T,
class GSLOBJ,
int N>
18 inline const GSLOBJ *
gsl()
const {
21 return static_cast<const T *
>(
this)->
gsl();
28 inline GSLOBJ *
gsl() {
31 return static_cast<T *
>(
this)->
gsl();
GSLOBJ * gsl()
gsl_vec ermöglicht direkten Zugriff auf gsl-Funktionen
const GSLOBJ * gsl() const
ermöglicht direkten Zugriff auf gsl-Funktionen
The IGslContainer struct Basisklasse für gsl-Vektoren und Matrizen.