33char tenseur_math_C[] =
"$Header: /cvsroot/Lorene/C++/Source/Tenseur/tenseur_math.C,v 1.4 2014/10/13 08:53:42 j_novak Exp $" ;
143 res.set_etat_zero() ;
148 cout <<
"pow(Tenseur, double) : ETATZERO^x with x <= 0 !" <<
endl ;
172 res.set_etat_zero() ;
176 cout <<
"pow(Tenseur, int) : ETATZERO^n with n <= 0 !" <<
endl ;
Time evolution with partial storage (*** under development ***).
Tensor handling *** DEPRECATED : use class Tensor instead ***.
const Map * get_mp() const
Returns pointer on the mapping.
double get_poids() const
Returns the weight.
int get_valence() const
Returns the valence.
const Metrique * get_metric() const
Returns a pointer on the metric defining the conformal factor for tensor densities.
int get_etat() const
Returns the logical state.
Cmp sqrt(const Cmp &)
Square root.
Cmp exp(const Cmp &)
Exponential.
Cmp pow(const Cmp &, int)
Power .
Cmp abs(const Cmp &)
Absolute value.
Cmp log(const Cmp &)
Neperian logarithm.