The IMProperties struct.
More...
#include <xmatrix6.h>
|
| bool | is_null () const |
| |
| bool | is_pos () const |
| |
| bool | is_neg () const |
| |
| bool | is_nonneg () const |
| |
| 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...
|
| |
|
| 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...
|
| |
template<class M>
struct nmx::gsl::mat::IMProperties< M >
The IMProperties struct.
Definition at line 11 of file xmatrix6.h.
◆ is_neg()
◆ is_nonneg()
◆ is_null()
◆ is_pos()
◆ operator!=
template<class M>
| bool operator!= |
( |
const M & |
m1, |
|
|
const M & |
m2 |
|
) |
| |
|
friend |
operator == prüfe ob zwei Vektoren gleich sind
- Parameters
-
- 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
-
- Returns
- true wenn gleich
Definition at line 39 of file xmatrix6.h.
The documentation for this struct was generated from the following file: