Functions | |
| void | besi (const complex_f &z, const float &fnu, const int &kode, const int &n, complex_f *cy, int &nz, int &error) |
| void | besi (const double &z, const double &fnu, const int &kode, const int &n, double *cy, int &nz, int &error) |
| void | besj (const complex_f &z, const float &fnu, const int &kode, const int &n, complex_f *cy, int &nz, int &error) |
| void | besj (const double &z, const double &fnu, const int &kode, const int &n, double *cy, int &nz, int &error) |
| void | besy (const double &z, const double &fnu, const int &kode, const int &n, double *cy, int &nz, double *wrk, int &error) |
| void boost::numeric::bindings::amos::detail::besi | ( | const complex_f & | z, | |
| const float & | fnu, | |||
| const int & | kode, | |||
| const int & | n, | |||
| complex_f * | cy, | |||
| int & | nz, | |||
| int & | error | |||
| ) | [inline] |
Definition at line 32 of file amos_overloads.hpp.
References AMOS_CBESI, and boost::numeric::bindings::traits::complex_ptr().
| void boost::numeric::bindings::amos::detail::besi | ( | const double & | z, | |
| const double & | fnu, | |||
| const int & | kode, | |||
| const int & | n, | |||
| double * | cy, | |||
| int & | nz, | |||
| int & | error | |||
| ) | [inline] |
Definition at line 28 of file amos_overloads.hpp.
References AMOS_DBESI.
Referenced by boost::numeric::bindings::amos::besi().
| void boost::numeric::bindings::amos::detail::besj | ( | const complex_f & | z, | |
| const float & | fnu, | |||
| const int & | kode, | |||
| const int & | n, | |||
| complex_f * | cy, | |||
| int & | nz, | |||
| int & | error | |||
| ) | [inline] |
Definition at line 47 of file amos_overloads.hpp.
References AMOS_CBESJ, and boost::numeric::bindings::traits::complex_ptr().
| void boost::numeric::bindings::amos::detail::besj | ( | const double & | z, | |
| const double & | fnu, | |||
| const int & | kode, | |||
| const int & | n, | |||
| double * | cy, | |||
| int & | nz, | |||
| int & | error | |||
| ) | [inline] |
Definition at line 43 of file amos_overloads.hpp.
References AMOS_DBESJ.
Referenced by boost::numeric::bindings::amos::besj().
| void boost::numeric::bindings::amos::detail::besy | ( | const double & | z, | |
| const double & | fnu, | |||
| const int & | kode, | |||
| const int & | n, | |||
| double * | cy, | |||
| int & | nz, | |||
| double * | wrk, | |||
| int & | error | |||
| ) | [inline] |
Definition at line 57 of file amos_overloads.hpp.
References AMOS_DBESY.
Referenced by boost::numeric::bindings::amos::besy().
1.6.1