Public Member Functions | Friends | List of all members
nmx::gsl::mat::IMProperties< M > Struct Template Reference

The IMProperties struct. More...

#include <xmatrix6.h>

Inheritance diagram for nmx::gsl::mat::IMProperties< M >:
nmx::gsl::IGslContainer< M, gsl_matrix, 6 >

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< M, gsl_matrix, 6 >
const gsl_matrix * gsl () const
 ermöglicht direkten Zugriff auf gsl-Funktionen More...
 
gsl_matrix * gsl ()
 gsl_vec ermöglicht direkten Zugriff auf gsl-Funktionen More...
 

Friends

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

Detailed Description

template<class M>
struct nmx::gsl::mat::IMProperties< M >

The IMProperties struct.

Definition at line 11 of file xmatrix6.h.

Member Function Documentation

◆ is_neg()

template<class M>
bool nmx::gsl::mat::IMProperties< M >::is_neg ( ) const
inline

Definition at line 25 of file xmatrix6.h.

◆ is_nonneg()

template<class M>
bool nmx::gsl::mat::IMProperties< M >::is_nonneg ( ) const
inline

Definition at line 29 of file xmatrix6.h.

◆ is_null()

template<class M>
bool nmx::gsl::mat::IMProperties< M >::is_null ( ) const
inline

Definition at line 17 of file xmatrix6.h.

◆ is_pos()

template<class M>
bool nmx::gsl::mat::IMProperties< M >::is_pos ( ) const
inline

Definition at line 21 of file xmatrix6.h.

Friends And Related Function Documentation

◆ operator!=

template<class M>
bool operator!= ( const M &  m1,
const M &  m2 
)
friend

operator == prüfe ob zwei Vektoren gleich sind

Parameters
v1Vektor
v2Vektor
Returns
true wenn gleich

Definition at line 49 of file xmatrix6.h.

◆ operator==

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

operator == prüfe ob zwei Vektoren gleich sind

Parameters
v1Vektor
v2Vektor
Returns
true wenn gleich

Definition at line 39 of file xmatrix6.h.


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