![]() |
PhoenixGraph
01.0.0
Set of tools to simplify graph manipulation
|
Go to the source code of this file.
Classes | |
struct | PPower< V, N > |
Compute the power of an unsigned int statically. More... | |
struct | PPower< V, 0 > |
Compute the power of an unsigned int statically. More... | |
struct | PPower< V, 1 > |
Compute the power of an unsigned int statically. More... | |
struct | pstatic_fact< N > |
Compute the factorial of an unsigned int statically. More... | |
struct | pstatic_fact< 0 > |
Compute the factorial of an unsigned int statically. More... | |
Functions | |
template<int I> | |
double | pstatic_atanhd (double x) |
Compute hyperbolic arctangente for double. | |
template<> | |
double | pstatic_atanhd< 0 > (double x) |
Compute hyperbolic arctangente for double. | |
template<> | |
double | pstatic_atanhd< 1 > (double x) |
Compute hyperbolic arctangente for double. | |
template<int I> | |
float | pstatic_atanhf (float x) |
Compute hyperbolic arctangente for float. | |
template<> | |
float | pstatic_atanhf< 0 > (float x) |
Compute hyperbolic arctangente for float. | |
template<> | |
float | pstatic_atanhf< 1 > (float x) |
Compute hyperbolic arctangente for float. | |
template<int N> | |
double | pstatic_cosd (double x) |
Compute cosine for double. | |
template<> | |
double | pstatic_cosd< 0 > (double x) |
Compute cosine for double. | |
template<int N> | |
float | pstatic_cosf (float x) |
Compute cosine for float. | |
template<> | |
float | pstatic_cosf< 0 > (float x) |
Compute cosine for float. | |
template<int N> | |
double | pstatic_expd (double x) |
Compute exponentiel for double. | |
template<int I> | |
double | pstatic_expd_part (double x) |
Compute exponentiel for double. | |
template<> | |
double | pstatic_expd_part< 0 > (double x) |
Compute exponentiel for double. | |
template<int N> | |
float | pstatic_expf (float x) |
Compute exponentiel for float. | |
template<int I> | |
float | pstatic_expf_part (float x) |
Compute exponentiel for float. | |
template<> | |
float | pstatic_expf_part< 0 > (float x) |
Compute exponentiel for float. | |
template<unsigned int I> | |
double | pstatic_factd () |
Compute factorial for double. | |
template<> | |
double | pstatic_factd< 0 > () |
Compute factorial for double. | |
template<unsigned int I> | |
float | pstatic_factf () |
Compute factorial for float. | |
template<> | |
float | pstatic_factf< 0 > () |
Compute factorial for float. | |
template<int N> | |
double | pstatic_powd (double x) |
Compute power for double. | |
template<> | |
double | pstatic_powd< 0 > (double x) |
Compute power for double. | |
template<int N> | |
float | pstatic_powf (float x) |
Compute power for float. | |
template<> | |
float | pstatic_powf< 0 > (float x) |
Compute power for float. | |
|
inline |
Compute hyperbolic arctangente for double.
Definition at line 169 of file pstatic_computation.h.
References pstatic_atanhd(), and pstatic_powd().
Referenced by pstatic_atanhd().
|
inline |
Compute hyperbolic arctangente for double.
Definition at line 183 of file pstatic_computation.h.
|
inline |
Compute hyperbolic arctangente for double.
Definition at line 176 of file pstatic_computation.h.
|
inline |
Compute hyperbolic arctangente for float.
Definition at line 191 of file pstatic_computation.h.
References pstatic_atanhf(), and pstatic_powf().
Referenced by pstatic_atanhf().
|
inline |
Compute hyperbolic arctangente for float.
Definition at line 205 of file pstatic_computation.h.
|
inline |
Compute hyperbolic arctangente for float.
Definition at line 198 of file pstatic_computation.h.
|
inline |
Compute cosine for double.
Definition at line 137 of file pstatic_computation.h.
References pstatic_cosd(), pstatic_factd(), and pstatic_powd().
Referenced by pstatic_cosd().
|
inline |
Compute cosine for double.
Definition at line 145 of file pstatic_computation.h.
|
inline |
Compute cosine for float.
Definition at line 153 of file pstatic_computation.h.
References pstatic_cosf(), pstatic_factf(), and pstatic_powf().
Referenced by pstatic_cosf().
|
inline |
Compute cosine for float.
Definition at line 161 of file pstatic_computation.h.
|
inline |
Compute exponentiel for double.
Definition at line 108 of file pstatic_computation.h.
References pstatic_expd_part().
|
inline |
Compute exponentiel for double.
Definition at line 94 of file pstatic_computation.h.
References pstatic_expd_part(), pstatic_factd(), and pstatic_powd().
Referenced by pstatic_expd(), and pstatic_expd_part().
|
inline |
Compute exponentiel for double.
Definition at line 101 of file pstatic_computation.h.
|
inline |
Compute exponentiel for float.
Definition at line 129 of file pstatic_computation.h.
References pstatic_expf_part().
|
inline |
Compute exponentiel for float.
Definition at line 116 of file pstatic_computation.h.
References pstatic_expf_part(), pstatic_factf(), and pstatic_powf().
Referenced by pstatic_expf(), and pstatic_expf_part().
|
inline |
Compute exponentiel for float.
Definition at line 122 of file pstatic_computation.h.
|
inline |
Compute factorial for double.
Definition at line 41 of file pstatic_computation.h.
References pstatic_factd().
Referenced by pstatic_cosd(), pstatic_expd_part(), and pstatic_factd().
|
inline |
Compute factorial for double.
Definition at line 47 of file pstatic_computation.h.
|
inline |
Compute factorial for float.
Definition at line 54 of file pstatic_computation.h.
References pstatic_factf().
Referenced by pstatic_cosf(), pstatic_expf_part(), and pstatic_factf().
|
inline |
Compute factorial for float.
Definition at line 60 of file pstatic_computation.h.
|
inline |
Compute power for double.
Definition at line 67 of file pstatic_computation.h.
References pstatic_powd().
Referenced by pstatic_atanhd(), pstatic_cosd(), pstatic_expd_part(), and pstatic_powd().
|
inline |
Compute power for double.
Definition at line 73 of file pstatic_computation.h.
|
inline |
Compute power for float.
Definition at line 80 of file pstatic_computation.h.
References pstatic_powf().
Referenced by pstatic_atanhf(), pstatic_cosf(), pstatic_expf_part(), and pstatic_powf().
|
inline |
Compute power for float.
Definition at line 86 of file pstatic_computation.h.