The IMCalc class kombinierte Rechenoperationen und Zuweisungen.
More...
#include <xmatrix1.h>
|
| template<class X , class FN > |
| T & | apply_fn (const X &v, FN fn) |
| | apply_fn Hilfsfunktion More...
|
| |
|
| T | operator+ (const T &m1, const T &m2) |
| | operator + addiere zwei Matrizen More...
|
| |
| T | operator- (const T &m1, const T &m2) |
| | operator - subtrahiere zwei Matrizen More...
|
| |
template<class T>
class nmx::gsl::mat::IMCalc< T >
The IMCalc class kombinierte Rechenoperationen und Zuweisungen.
Definition at line 12 of file xmatrix1.h.
◆ apply_fn()
template<class T>
template<class X , class FN >
apply_fn Hilfsfunktion
- Parameters
-
| v | Instanz einer Matrix oder View oder Zahl |
| fn | gsl-Funktion kombiniert das aufrufende Objekt mit einer Instanz v vom Typ X |
- Returns
- Referenz auf das aufrufende Objekt
Definition at line 26 of file xmatrix1.h.
◆ operator*=() [1/2]
◆ operator*=() [2/2]
◆ operator+=() [1/2]
operator +=,-=,*=,/+
- Parameters
-
- Returns
- Referenz auf das aufrufende Objekt
Definition at line 45 of file xmatrix1.h.
◆ operator+=() [2/2]
operator +=,-=,*=
- Parameters
-
- Returns
- Referenz auf das aufrufende Objekt
Definition at line 63 of file xmatrix1.h.
◆ operator-=() [1/2]
◆ operator-=() [2/2]
◆ operator/=()
◆ operator+
template<class T>
| T operator+ |
( |
const T & |
m1, |
|
|
const T & |
m2 |
|
) |
| |
|
friend |
operator + addiere zwei Matrizen
- Parameters
-
- Returns
- m1+m2
Definition at line 79 of file xmatrix1.h.
◆ operator-
template<class T>
| T operator- |
( |
const T & |
m1, |
|
|
const T & |
m2 |
|
) |
| |
|
friend |
operator - subtrahiere zwei Matrizen
- Parameters
-
- Returns
- m1-m2
Definition at line 91 of file xmatrix1.h.
The documentation for this class was generated from the following file: