Cloudy
Spectral Synthesis Code for Astrophysics
|
Go to the source code of this file.
Macros | |
#define | V1FUN_4(FUN, V) |
#define | V1FUN_8(FUN, V) |
#define | V1FUN_16(FUN, V) |
#define | V1FUN_PD_4(FUN, V) V1FUN_4(FUN, V) |
#define | V1FUN_PD_8(FUN, V) V1FUN_8(FUN, V) |
#define | V1FUN_PS_4(FUN, V) V1FUN_4(FUN##f, V) |
#define | V1FUN_PS_8(FUN, V) V1FUN_8(FUN##f, V) |
#define | V1FUN_PS_16(FUN, V) V1FUN_16(FUN##f, V) |
#define | V1FUN2_4(FUN, V) |
#define | V1FUN2_8(FUN, V) |
#define | V1FUN2_PD_4(FUN, V) V1FUN2_4(FUN, V) |
#define | V1FUN2_PS_4(FUN, V) V1FUN2_4(FUN##f, V) |
#define | V1FUN2_PS_8(FUN, V) V1FUN2_8(FUN##f, V) |
Functions | |
template<class T , class V > | |
void | vecfun (const T x[], T y[], long nlo, long nhi, T(*scalfun1)(T), V(*)(V)) |
template<class T , class V > | |
void | vecfun2 (const T x1[], const T x2[], T y[], long nlo, long nhi, T(*scalfun1)(T, T), V(*)(V, V)) |
#define V1FUN2_4 | ( | FUN, | |
V | |||
) |
#define V1FUN2_8 | ( | FUN, | |
V | |||
) |
#define V1FUN_16 | ( | FUN, | |
V | |||
) |
#define V1FUN_4 | ( | FUN, | |
V | |||
) |
#define V1FUN_8 | ( | FUN, | |
V | |||
) |
#define V1FUN_PD_4 | ( | FUN, | |
V | |||
) | V1FUN_4(FUN, V) |
#define V1FUN_PD_8 | ( | FUN, | |
V | |||
) | V1FUN_8(FUN, V) |
#define V1FUN_PS_16 | ( | FUN, | |
V | |||
) | V1FUN_16(FUN##f, V) |
#define V1FUN_PS_4 | ( | FUN, | |
V | |||
) | V1FUN_4(FUN##f, V) |
#define V1FUN_PS_8 | ( | FUN, | |
V | |||
) | V1FUN_8(FUN##f, V) |
|
inline |
|
inline |
Referenced by vhypot().