Public Member Functions | Friends | List of all members
nmx::gsl::vec::IVProperties< T > Class Template Reference

The IVEqual class Informationen über die Elemente eines Vektors und Vergleichsoperatoren. More...

#include <xvector6.h>

Inheritance diagram for nmx::gsl::vec::IVProperties< T >:
nmx::gsl::IGslContainer< T, gsl_vector, 5 >

Public Member Functions

bool is_null () const
 
bool is_pos () const
 
bool is_neg () const
 
bool is_nonneg () const
 
- Public Member Functions inherited from nmx::gsl::IGslContainer< T, gsl_vector, 5 >
const gsl_vector * gsl () const
 ermöglicht direkten Zugriff auf gsl-Funktionen More...
 
gsl_vector * gsl ()
 gsl_vec ermöglicht direkten Zugriff auf gsl-Funktionen More...
 

Friends

bool operator== (const T &v1, const T &v2)
 operator == prüfe ob zwei Vektoren gleich sind More...
 
bool operator!= (const T &v1, const T &v2)
 operator == prüfe ob zwei Vektoren gleich sind More...
 

Detailed Description

template<class T>
class nmx::gsl::vec::IVProperties< T >

The IVEqual class Informationen über die Elemente eines Vektors und Vergleichsoperatoren.

Definition at line 12 of file xvector6.h.

Member Function Documentation

◆ is_neg()

template<class T>
bool nmx::gsl::vec::IVProperties< T >::is_neg ( ) const
inline

Definition at line 28 of file xvector6.h.

◆ is_nonneg()

template<class T>
bool nmx::gsl::vec::IVProperties< T >::is_nonneg ( ) const
inline

Definition at line 33 of file xvector6.h.

◆ is_null()

template<class T>
bool nmx::gsl::vec::IVProperties< T >::is_null ( ) const
inline

Definition at line 18 of file xvector6.h.

◆ is_pos()

template<class T>
bool nmx::gsl::vec::IVProperties< T >::is_pos ( ) const
inline

Definition at line 23 of file xvector6.h.

Friends And Related Function Documentation

◆ operator!=

template<class T>
bool operator!= ( const T &  v1,
const T &  v2 
)
friend

operator == prüfe ob zwei Vektoren gleich sind

Parameters
v1Vektor
v2Vektor
Returns
true wenn gleich

Definition at line 53 of file xvector6.h.

◆ operator==

template<class T>
bool operator== ( const T &  v1,
const T &  v2 
)
friend

operator == prüfe ob zwei Vektoren gleich sind

Parameters
v1Vektor
v2Vektor
Returns
true wenn gleich

Definition at line 43 of file xvector6.h.


The documentation for this class was generated from the following file: