Friends | List of all members
nmx::gsl::vec::IVCalc1< TOUT, TIN > Struct Template Reference

The IVCalc1 class Implementierung von +,-,*,/ (binär) More...

#include <xvector3.h>

Friends

template<class FN , class... X>
TOUT apply (FN fn, const TIN &v, const X &... x)
 apply Anwendung einer Rechenvorschrift auf eine beliebige Anzahl von Vektoren More...
 
TOUT operator+ (const TIN &v1, const TIN &v2)
 Implementierung der Operatoren +,-,*,/. More...
 
TOUT operator- (const TIN &v1, const TIN &v2)
 
TOUT operator* (const TIN &v1, const TIN &v2)
 
TOUT operator/ (const TIN &v1, const TIN &v2)
 
TOUT operator- (const TIN &v)
 
TOUT operator* (double c, const TIN &v2)
 Implementierung der Operatoren *,/. More...
 
TOUT operator/ (const TIN &v1, double c)
 

Detailed Description

template<class TOUT, class TIN>
struct nmx::gsl::vec::IVCalc1< TOUT, TIN >

The IVCalc1 class Implementierung von +,-,*,/ (binär)

Definition at line 11 of file xvector3.h.

Friends And Related Function Documentation

◆ apply

template<class TOUT, class TIN>
template<class FN , class... X>
TOUT apply ( FN  fn,
const TIN &  v,
const X &...  x 
)
friend

apply Anwendung einer Rechenvorschrift auf eine beliebige Anzahl von Vektoren

Parameters
fnRechenvorschrift
vVektor oder View
xVektor oder View
Returns
Vektor

Definition at line 21 of file xvector3.h.

◆ operator* [1/2]

template<class TOUT, class TIN>
TOUT operator* ( const TIN &  v1,
const TIN &  v2 
)
friend

Definition at line 44 of file xvector3.h.

◆ operator* [2/2]

template<class TOUT, class TIN>
TOUT operator* ( double  c,
const TIN &  v2 
)
friend

Implementierung der Operatoren *,/.

Parameters
cZahl
v2Vektor oder View
Returns
Vektor

Definition at line 62 of file xvector3.h.

◆ operator+

template<class TOUT, class TIN>
TOUT operator+ ( const TIN &  v1,
const TIN &  v2 
)
friend

Implementierung der Operatoren +,-,*,/.

Parameters
v1Vektor oder View
v2Vektor oder View
Returns
Vektor

Definition at line 35 of file xvector3.h.

◆ operator- [1/2]

template<class TOUT, class TIN>
TOUT operator- ( const TIN &  v1,
const TIN &  v2 
)
friend

Definition at line 40 of file xvector3.h.

◆ operator- [2/2]

template<class TOUT, class TIN>
TOUT operator- ( const TIN &  v)
friend

Definition at line 52 of file xvector3.h.

◆ operator/ [1/2]

template<class TOUT, class TIN>
TOUT operator/ ( const TIN &  v1,
const TIN &  v2 
)
friend

Definition at line 48 of file xvector3.h.

◆ operator/ [2/2]

template<class TOUT, class TIN>
TOUT operator/ ( const TIN &  v1,
double  c 
)
friend

Definition at line 66 of file xvector3.h.


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