LORENE

() More...

Functions

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

Detailed Description

()

Function Documentation

◆ abs()

Tenseur Lorene::abs ( const Tenseur t)

Absolute value (for a scalar only)

?

?

Definition at line 122 of file tenseur_math.C.

References Lorene::Tenseur::get_etat().

◆ exp()

Tenseur Lorene::exp ( const Tenseur t)

Exponential (for a scalar only)

Definition at line 73 of file tenseur_math.C.

References Lorene::Tenseur::get_etat().

◆ log()

Tenseur Lorene::log ( const Tenseur t)

Neperian logarithm (for a scalar only)

Definition at line 92 of file tenseur_math.C.

References Lorene::Tenseur::get_etat().

◆ operator*() [1/4]

Tenseur Lorene::operator* ( const Tenseur t,
double  x 
)

Tenseur * double.

Definition at line 295 of file tenseur_arithm.C.

◆ operator*() [2/4]

Tenseur Lorene::operator* ( double  x,
const Tenseur t 
)

double * Tenseur

Definition at line 272 of file tenseur_arithm.C.

References Lorene::Tenseur::get_etat().

◆ operator*() [3/4]

Tenseur Lorene::operator* ( const Tenseur t,
int  m 
)

Tenseur * int.

Definition at line 304 of file tenseur_arithm.C.

◆ operator*() [4/4]

Tenseur Lorene::operator* ( int  m,
const Tenseur t 
)

int * Tenseur

Definition at line 299 of file tenseur_arithm.C.

◆ operator+() [1/6]

Tenseur Lorene::operator+ ( const Tenseur t)

Definition at line 110 of file tenseur_arithm.C.

◆ operator+() [2/6]

Tenseur Lorene::operator+ ( const Tenseur t1,
const Tenseur t2 
)

Tenseur + Tenseur.

Definition at line 140 of file tenseur_arithm.C.

References Lorene::Tenseur::get_etat().

◆ operator+() [3/6]

Tenseur Lorene::operator+ ( const Tenseur t1,
double  x 
)

Tenseur + double (the Tenseur must be a scalar)

Definition at line 172 of file tenseur_arithm.C.

References Lorene::Tenseur::get_etat().

◆ operator+() [4/6]

Tenseur Lorene::operator+ ( double  x,
const Tenseur t2 
)

double + Tenseur (the Tenseur must be a scalar)

Definition at line 192 of file tenseur_arithm.C.

◆ operator+() [5/6]

Tenseur Lorene::operator+ ( const Tenseur t1,
int  m 
)

Tenseur + int (the Tenseur must be a scalar)

Definition at line 198 of file tenseur_arithm.C.

◆ operator+() [6/6]

Tenseur Lorene::operator+ ( int  m,
const Tenseur t2 
)

int + Tenseur (the Tenseur must be a scalar)

Definition at line 205 of file tenseur_arithm.C.

◆ operator-() [1/6]

Tenseur Lorene::operator- ( const Tenseur t)

- Tenseur

Definition at line 116 of file tenseur_arithm.C.

References Lorene::Tenseur::get_etat().

◆ operator-() [2/6]

Tenseur Lorene::operator- ( const Tenseur t1,
const Tenseur t2 
)

Tenseur - Tenseur.

Definition at line 217 of file tenseur_arithm.C.

◆ operator-() [3/6]

Tenseur Lorene::operator- ( const Tenseur t1,
double  x 
)

Tenseur - double (the Tenseur must be a scalar)

Definition at line 224 of file tenseur_arithm.C.

References Lorene::Tenseur::get_etat().

◆ operator-() [4/6]

Tenseur Lorene::operator- ( double  x,
const Tenseur t2 
)

double - Tenseur (the Tenseur must be a scalar)

Definition at line 244 of file tenseur_arithm.C.

◆ operator-() [5/6]

Tenseur Lorene::operator- ( const Tenseur t1,
int  m 
)

Tenseur - int (the Tenseur must be a scalar)

Definition at line 251 of file tenseur_arithm.C.

◆ operator-() [6/6]

Tenseur Lorene::operator- ( int  m,
const Tenseur t2 
)

int - Tenseur (the Tenseur must be a scalar)

Definition at line 258 of file tenseur_arithm.C.

◆ operator/() [1/5]

Tenseur Lorene::operator/ ( const Tenseur a,
const Tenseur b 
)

Tenseur / Tenseur (b must be a scalar)

Definition at line 313 of file tenseur_arithm.C.

References Lorene::Tenseur::get_etat().

◆ operator/() [2/5]

Tenseur Lorene::operator/ ( const Tenseur t,
double  x 
)

Tenseur / double.

Definition at line 359 of file tenseur_arithm.C.

References Lorene::Tenseur::get_etat().

◆ operator/() [3/5]

Tenseur Lorene::operator/ ( double  x,
const Tenseur t 
)

double / Tenseur (the Tenseur must be a scalar)

Definition at line 387 of file tenseur_arithm.C.

References Lorene::Tenseur::get_etat().

◆ operator/() [4/5]

Tenseur Lorene::operator/ ( const Tenseur t,
int  m 
)

Tenseur / int.

Definition at line 404 of file tenseur_arithm.C.

◆ operator/() [5/5]

Tenseur Lorene::operator/ ( int  m,
const Tenseur t 
)

int / Tenseur (the Tenseur must be a scalar)

Definition at line 410 of file tenseur_arithm.C.

◆ pow() [1/2]

Tenseur Lorene::pow ( const Tenseur t,
int  n 
)

Power (for a scalar only)

Definition at line 166 of file tenseur_math.C.

References Lorene::Tenseur::get_etat().

◆ pow() [2/2]

Tenseur Lorene::pow ( const Tenseur t,
double  a 
)

Power (for a scalar only)

Definition at line 137 of file tenseur_math.C.

References Lorene::Tenseur::get_etat().

◆ sqrt()

Tenseur Lorene::sqrt ( const Tenseur t)

Square root (for a scalar only)

Definition at line 107 of file tenseur_math.C.

References Lorene::Tenseur::get_etat().