LORENE

() More...

Functions

Tenseur Lorene::operator+ (const Tenseur &)
 
Tenseur Lorene::operator- (const Tenseur &)
 - Tenseur
 
Tenseur Lorene::operator+ (const Tenseur &, const Tenseur &)
 Tenseur + Tenseur.
 
Tenseur Lorene::operator+ (const Tenseur &, double)
 Tenseur + double (the Tenseur must be a scalar)
 
Tenseur Lorene::operator+ (double, const Tenseur &)
 double + Tenseur (the Tenseur must be a scalar)
 
Tenseur Lorene::operator+ (const Tenseur &, int)
 Tenseur + int (the Tenseur must be a scalar)
 
Tenseur Lorene::operator+ (int, const Tenseur &)
 int + Tenseur (the Tenseur must be a scalar)
 
Tenseur Lorene::operator- (const Tenseur &, const Tenseur &)
 Tenseur - Tenseur.
 
Tenseur Lorene::operator- (const Tenseur &, double)
 Tenseur - double (the Tenseur must be a scalar)
 
Tenseur Lorene::operator- (double, const Tenseur &)
 double - Tenseur (the Tenseur must be a scalar)
 
Tenseur Lorene::operator- (const Tenseur &, int)
 Tenseur - int (the Tenseur must be a scalar)
 
Tenseur Lorene::operator- (int, const Tenseur &)
 int - Tenseur (the Tenseur must be a scalar)
 
Tenseur Lorene::operator* (const Tenseur &, double)
 Tenseur * double.
 
Tenseur Lorene::operator* (double, const Tenseur &)
 double * Tenseur
 
Tenseur Lorene::operator* (const Tenseur &, int)
 Tenseur * int.
 
Tenseur Lorene::operator* (int, const Tenseur &)
 int * Tenseur
 
Tenseur Lorene::operator/ (const Tenseur &a, const Tenseur &b)
 Tenseur / Tenseur (b must be a scalar)
 
Tenseur Lorene::operator/ (const Tenseur &, double)
 Tenseur / double.
 
Tenseur Lorene::operator/ (double, const Tenseur &)
 double / Tenseur (the Tenseur must be a scalar)
 
Tenseur Lorene::operator/ (const Tenseur &, int)
 Tenseur / int.
 
Tenseur Lorene::operator/ (int, const Tenseur &)
 int / Tenseur (the Tenseur must be a scalar)
 
Tenseur Lorene::exp (const Tenseur &)
 Exponential (for a scalar only)
 
Tenseur Lorene::log (const Tenseur &)
 Neperian logarithm (for a scalar only)
 
Tenseur Lorene::sqrt (const Tenseur &)
 Square root (for a scalar only)
 
Tenseur Lorene::abs (const Tenseur &)
 Absolute value (for a scalar only)
 
Tenseur Lorene::pow (const Tenseur &, int)
 Power (for a scalar only)
 
Tenseur Lorene::pow (const Tenseur &, double)
 Power (for a scalar only)
 

Detailed Description

()

Function Documentation

◆ abs()

◆ exp()

Tenseur Lorene::exp ( const Tenseur t)

Exponential (for a scalar only)

Definition at line 70 of file tenseur_math.C.

References Lorene::exp(), Lorene::Tenseur::get_etat(), Lorene::Tenseur::get_mp(), and Lorene::Tenseur::get_valence().

◆ log()

Tenseur Lorene::log ( const Tenseur t)

Neperian logarithm (for a scalar only)

Definition at line 89 of file tenseur_math.C.

References Lorene::Tenseur::get_etat(), Lorene::Tenseur::get_mp(), Lorene::Tenseur::get_valence(), and Lorene::log().

◆ operator*() [1/4]

Tenseur * double.

Definition at line 292 of file tenseur_arithm.C.

◆ operator*() [2/4]

Tenseur * int.

Definition at line 301 of file tenseur_arithm.C.

◆ operator*() [3/4]

◆ operator*() [4/4]

int * Tenseur

Definition at line 296 of file tenseur_arithm.C.

◆ operator+() [1/6]

Definition at line 107 of file tenseur_arithm.C.

◆ operator+() [2/6]

Tenseur + Tenseur.

Definition at line 137 of file tenseur_arithm.C.

◆ operator+() [3/6]

Tenseur + double (the Tenseur must be a scalar)

Definition at line 169 of file tenseur_arithm.C.

◆ operator+() [4/6]

Tenseur + int (the Tenseur must be a scalar)

Definition at line 195 of file tenseur_arithm.C.

◆ operator+() [5/6]

double + Tenseur (the Tenseur must be a scalar)

Definition at line 189 of file tenseur_arithm.C.

◆ operator+() [6/6]

int + Tenseur (the Tenseur must be a scalar)

Definition at line 202 of file tenseur_arithm.C.

◆ operator-() [1/6]

◆ operator-() [2/6]

Tenseur - Tenseur.

Definition at line 214 of file tenseur_arithm.C.

◆ operator-() [3/6]

Tenseur - double (the Tenseur must be a scalar)

Definition at line 221 of file tenseur_arithm.C.

◆ operator-() [4/6]

Tenseur - int (the Tenseur must be a scalar)

Definition at line 248 of file tenseur_arithm.C.

◆ operator-() [5/6]

double - Tenseur (the Tenseur must be a scalar)

Definition at line 241 of file tenseur_arithm.C.

◆ operator-() [6/6]

int - Tenseur (the Tenseur must be a scalar)

Definition at line 255 of file tenseur_arithm.C.

◆ operator/() [1/5]

◆ operator/() [2/5]

Tenseur / int.

Definition at line 401 of file tenseur_arithm.C.

◆ operator/() [3/5]

Tenseur / Tenseur (b must be a scalar)

Definition at line 310 of file tenseur_arithm.C.

◆ operator/() [4/5]

◆ operator/() [5/5]

int / Tenseur (the Tenseur must be a scalar)

Definition at line 407 of file tenseur_arithm.C.

◆ pow() [1/2]

◆ pow() [2/2]

◆ sqrt()