Public Types | |
| typedef ValueType | value_type |
Public Member Functions | |
| value_type | J0 (value_type x) |
| value_type | Y0 (value_type x) |
| value_type | J1 (value_type x) |
| value_type | Y1 (value_type x) |
Private Types | |
| First_Kind | |
| Second_Kind | |
| enum | FunctionType { First_Kind, Second_Kind } |
Private Member Functions | |
| value_type | Bessel0_ (value_type x, FunctionType fn_type) |
| value_type | J0_ (value_type x) |
| value_type | Y0_ (value_type x) |
| value_type | J1_0_ (value_type x) |
| value_type | J1_1_ (value_type x) |
| value_type | Y1_ (value_type x) |
| std::complex< value_type > | H0 (value_type x) |
| std::complex< value_type > | H1 (value_type x) |
| typedef ValueType TTBessel< ValueType, IntType >::value_type |
enum TTBessel::FunctionType [private] |
| value_type TTBessel< ValueType, IntType >::J0 | ( | value_type | x | ) |
| value_type TTBessel< ValueType, IntType >::Y0 | ( | value_type | x | ) |
| value_type TTBessel< ValueType, IntType >::J1 | ( | value_type | x | ) |
| value_type TTBessel< ValueType, IntType >::Y1 | ( | value_type | x | ) |
| value_type TTBessel< ValueType, IntType >::Bessel0_ | ( | value_type | x, | |
| FunctionType | fn_type | |||
| ) | [private] |
| value_type TTBessel< ValueType, IntType >::J0_ | ( | value_type | x | ) | [private] |
| value_type TTBessel< ValueType, IntType >::Y0_ | ( | value_type | x | ) | [private] |
| value_type TTBessel< ValueType, IntType >::J1_0_ | ( | value_type | x | ) | [private] |
| value_type TTBessel< ValueType, IntType >::J1_1_ | ( | value_type | x | ) | [private] |
| value_type TTBessel< ValueType, IntType >::Y1_ | ( | value_type | x | ) | [private] |
| std::complex<value_type> TTBessel< ValueType, IntType >::H0 | ( | value_type | x | ) | [private] |
| std::complex<value_type> TTBessel< ValueType, IntType >::H1 | ( | value_type | x | ) | [private] |
1.4.7
Click here to return home page.