ccgsl 2.7.2
C++wrappersforGnuScientificLibrary
gsl::sf::mathieu Namespace Reference

Angular and radial Mathieu functions. More...

Classes

class  workspace
 Workspace for general matrices. More...
 

Functions

int a_array (int order_min, int order_max, double qq, workspace &work, double result_array[])
 C++ version of gsl_sf_mathieu_a_array(). More...
 
int b_array (int order_min, int order_max, double qq, workspace &work, double result_array[])
 C++ version of gsl_sf_mathieu_b_array(). More...
 
double a (int order, double qq)
 C++ version of gsl_sf_mathieu_a(). More...
 
int a_e (int order, double qq, result &result)
 C++ version of gsl_sf_mathieu_a_e(). More...
 
int b_e (int order, double qq, result &result)
 C++ version of gsl_sf_mathieu_b_e(). More...
 
double b (int order, double qq)
 C++ version of gsl_sf_mathieu_b(). More...
 
int a_coeff (int order, double qq, double aa, double coeff[])
 C++ version of gsl_sf_mathieu_a_coeff(). More...
 
int b_coeff (int order, double qq, double aa, double coeff[])
 C++ version of gsl_sf_mathieu_b_coeff(). More...
 
double ce (int order, double qq, double zz)
 C++ version of gsl_sf_mathieu_ce(). More...
 
int ce_e (int order, double qq, double zz, result &result)
 C++ version of gsl_sf_mathieu_ce_e(). More...
 
int se_e (int order, double qq, double zz, result &result)
 C++ version of gsl_sf_mathieu_se_e(). More...
 
double se (int order, double qq, double zz)
 C++ version of gsl_sf_mathieu_se(). More...
 
int ce_array (int nmin, int nmax, double qq, double zz, workspace &work, double result_array[])
 C++ version of gsl_sf_mathieu_ce_array(). More...
 
int se_array (int nmin, int nmax, double qq, double zz, workspace &work, double result_array[])
 C++ version of gsl_sf_mathieu_se_array(). More...
 
double Mc (int kind, int order, double qq, double zz)
 C++ version of gsl_sf_mathieu_Mc(). More...
 
int Mc_e (int kind, int order, double qq, double zz, result &result)
 C++ version of gsl_sf_mathieu_Mc_e(). More...
 
double Ms (int kind, int order, double qq, double zz)
 C++ version of gsl_sf_mathieu_Ms(). More...
 
int Ms_e (int kind, int order, double qq, double zz, result &result)
 C++ version of gsl_sf_mathieu_Ms_e(). More...
 
int Mc_array (int kind, int nmin, int nmax, double qq, double zz, workspace &work, double result_array[])
 C++ version of gsl_sf_mathieu_Mc_array(). More...
 
int Ms_array (int kind, int nmin, int nmax, double qq, double zz, workspace &work, double result_array[])
 C++ version of gsl_sf_mathieu_Ms_array(). More...
 

Detailed Description

Angular and radial Mathieu functions.

Function Documentation

◆ a()

double gsl::sf::mathieu::a ( int  order,
double  qq 
)
inline

C++ version of gsl_sf_mathieu_a().

Parameters
orderAn integer
qqA real value
Returns
result

Definition at line 272 of file sf_mathieu.hpp.

References gsl::bspline::order().

Referenced by gsl::complex::add(), gsl::cpx::add(), gsl::spmatrix::add(), gsl::spmatrix_char::add(), gsl::spmatrix_complex_double::add(), gsl::spmatrix_complex_float::add(), gsl::spmatrix_complex_long_double::add(), gsl::spmatrix_float::add(), gsl::spmatrix_int::add(), gsl::spmatrix_long::add(), gsl::spmatrix_long_double::add(), gsl::spmatrix_short::add(), gsl::spmatrix_uchar::add(), gsl::spmatrix_uint::add(), gsl::spmatrix_ulong::add(), gsl::spmatrix_ushort::add(), gsl::complex::add_imag(), gsl::cpx::add_imag(), gsl::complex::add_real(), gsl::cpx::add_real(), gsl::spmatrix::add_to_dense(), gsl::spmatrix_char::add_to_dense(), gsl::spmatrix_complex_double::add_to_dense(), gsl::spmatrix_complex_float::add_to_dense(), gsl::spmatrix_complex_long_double::add_to_dense(), gsl::spmatrix_float::add_to_dense(), gsl::spmatrix_int::add_to_dense(), gsl::spmatrix_long::add_to_dense(), gsl::spmatrix_long_double::add_to_dense(), gsl::spmatrix_short::add_to_dense(), gsl::spmatrix_uchar::add_to_dense(), gsl::spmatrix_uint::add_to_dense(), gsl::spmatrix_ulong::add_to_dense(), gsl::spmatrix_ushort::add_to_dense(), gsl::complex::arccos(), gsl::cpx::arccos(), gsl::complex::arccos_real(), gsl::cpx::arccos_real(), gsl::complex::arccosh(), gsl::cpx::arccosh(), gsl::complex::arccosh_real(), gsl::cpx::arccosh_real(), gsl::complex::arccot(), gsl::cpx::arccot(), gsl::complex::arccoth(), gsl::cpx::arccoth(), gsl::complex::arccsc(), gsl::cpx::arccsc(), gsl::complex::arccsc_real(), gsl::cpx::arccsc_real(), gsl::complex::arccsch(), gsl::cpx::arccsch(), gsl::complex::arcsec(), gsl::cpx::arcsec(), gsl::complex::arcsec_real(), gsl::cpx::arcsec_real(), gsl::complex::arcsech(), gsl::cpx::arcsech(), gsl::complex::arcsin(), gsl::cpx::arcsin(), gsl::complex::arcsin_real(), gsl::cpx::arcsin_real(), gsl::complex::arcsinh(), gsl::cpx::arcsinh(), gsl::complex::arctan(), gsl::cpx::arctan(), gsl::complex::arctanh(), gsl::cpx::arctanh(), gsl::complex::arctanh_real(), gsl::cpx::arctanh_real(), gsl::sf::beta(), gsl::ran::beta(), gsl::sf::beta_e(), gsl::sf::beta_inc(), gsl::sf::beta_inc_e(), gsl::cdf::beta_P(), gsl::ran::beta_pdf(), gsl::cdf::beta_Pinv(), gsl::cdf::beta_Q(), gsl::cdf::beta_Qinv(), gsl::ran::cauchy(), gsl::cdf::cauchy_P(), gsl::ran::cauchy_pdf(), gsl::cdf::cauchy_Pinv(), gsl::cdf::cauchy_Q(), gsl::cdf::cauchy_Qinv(), gsl::poly::complex_solve(), gsl::poly::complex_solve_cubic(), gsl::poly::complex_solve_quadratic(), gsl::complex::cos(), gsl::cpx::cos(), gsl::complex::cosh(), gsl::cpx::cosh(), gsl::complex::cot(), gsl::cpx::cot(), gsl::complex::coth(), gsl::cpx::coth(), gsl::integration::cquad(), gsl::complex::csc(), gsl::cpx::csc(), gsl::complex::csch(), gsl::cpx::csch(), gsl::spmatrix::dense_add(), gsl::spmatrix_char::dense_add(), gsl::spmatrix_complex_double::dense_add(), gsl::spmatrix_complex_float::dense_add(), gsl::spmatrix_complex_long_double::dense_add(), gsl::spmatrix_float::dense_add(), gsl::spmatrix_int::dense_add(), gsl::spmatrix_long::dense_add(), gsl::spmatrix_long_double::dense_add(), gsl::spmatrix_short::dense_add(), gsl::spmatrix_uchar::dense_add(), gsl::spmatrix_uint::dense_add(), gsl::spmatrix_ulong::dense_add(), gsl::spmatrix_ushort::dense_add(), gsl::spmatrix::dense_sub(), gsl::spmatrix_char::dense_sub(), gsl::spmatrix_complex_double::dense_sub(), gsl::spmatrix_complex_float::dense_sub(), gsl::spmatrix_complex_long_double::dense_sub(), gsl::spmatrix_float::dense_sub(), gsl::spmatrix_int::dense_sub(), gsl::spmatrix_long::dense_sub(), gsl::spmatrix_long_double::dense_sub(), gsl::spmatrix_short::dense_sub(), gsl::spmatrix_uchar::dense_sub(), gsl::spmatrix_uint::dense_sub(), gsl::spmatrix_ulong::dense_sub(), gsl::spmatrix_ushort::dense_sub(), gsl::complex::div(), gsl::cpx::div(), gsl::complex::div_imag(), gsl::cpx::div_imag(), gsl::complex::div_real(), gsl::cpx::div_real(), gsl::blas::drotg(), gsl::spmatrix::equal(), gsl::spmatrix_char::equal(), gsl::spmatrix_complex_double::equal(), gsl::spmatrix_complex_float::equal(), gsl::spmatrix_complex_long_double::equal(), gsl::spmatrix_float::equal(), gsl::spmatrix_int::equal(), gsl::spmatrix_long::equal(), gsl::spmatrix_long_double::equal(), gsl::spmatrix_short::equal(), gsl::spmatrix_uchar::equal(), gsl::spmatrix_uint::equal(), gsl::spmatrix_ulong::equal(), gsl::spmatrix_ushort::equal(), gsl::ran::erlang(), gsl::ran::erlang_pdf(), gsl::interp::eval(), gsl::spline::eval(), gsl::interp::eval_deriv(), gsl::spline::eval_deriv(), gsl::interp::eval_deriv2(), gsl::spline::eval_deriv2(), gsl::interp::eval_deriv2_e(), gsl::spline::eval_deriv2_e(), gsl::interp::eval_deriv_e(), gsl::spline::eval_deriv_e(), gsl::interp::eval_e(), gsl::spline::eval_e(), gsl::spline::eval_integ(), gsl::interp::eval_integ(), gsl::spline::eval_integ_e(), gsl::interp::eval_integ_e(), gsl::complex::exp(), gsl::cpx::exp(), gsl::ran::exppow(), gsl::cdf::exppow_P(), gsl::ran::exppow_pdf(), gsl::cdf::exppow_Q(), gsl::integration::fixed_workspace::fixed_workspace(), gsl::ran::flat(), gsl::cdf::flat_P(), gsl::ran::flat_pdf(), gsl::cdf::flat_Pinv(), gsl::cdf::flat_Q(), gsl::cdf::flat_Qinv(), gsl::sf::hermite::func_series(), gsl::sf::hermite::func_series_e(), gsl::ran::gamma(), gsl::sf::gamma_inc(), gsl::sf::gamma_inc_e(), gsl::sf::gamma_inc_P(), gsl::sf::gamma_inc_P_e(), gsl::sf::gamma_inc_Q(), gsl::sf::gamma_inc_Q_e(), gsl::ran::gamma_int(), gsl::ran::gamma_knuth(), gsl::ran::gamma_mt(), gsl::cdf::gamma_P(), gsl::ran::gamma_pdf(), gsl::cdf::gamma_Pinv(), gsl::cdf::gamma_Q(), gsl::cdf::gamma_Qinv(), gsl::ran::gaussian_tail(), gsl::ran::gaussian_tail_pdf(), gsl::linalg::givens(), gsl::integration::glfixed(), gsl::integration::glfixed_point(), gsl::ran::gumbel1(), gsl::cdf::gumbel1_P(), gsl::ran::gumbel1_pdf(), gsl::cdf::gumbel1_Pinv(), gsl::cdf::gumbel1_Q(), gsl::cdf::gumbel1_Qinv(), gsl::ran::gumbel2(), gsl::cdf::gumbel2_P(), gsl::ran::gumbel2_pdf(), gsl::cdf::gumbel2_Pinv(), gsl::cdf::gumbel2_Q(), gsl::cdf::gumbel2_Qinv(), gsl::sf::hyperg_1F1(), gsl::sf::hyperg_1F1_e(), gsl::sf::hyperg_2F0(), gsl::sf::hyperg_2F0_e(), gsl::sf::hyperg_2F1(), gsl::sf::hyperg_2F1_e(), gsl::sf::hyperg_2F1_renorm(), gsl::sf::hyperg_2F1_renorm_e(), gsl::sf::hyperg_U(), gsl::sf::hyperg_U_e(), gsl::sf::hyperg_U_e10_e(), gsl::cheb::series::init(), gsl::cheb::init(), gsl::complex::inverse(), gsl::cpx::inverse(), gsl::bspline::knots_uniform(), gsl::sf::laguerre_1(), gsl::sf::laguerre_1_e(), gsl::sf::laguerre_2(), gsl::sf::laguerre_2_e(), gsl::sf::laguerre_3(), gsl::sf::laguerre_3_e(), gsl::sf::laguerre_n(), gsl::sf::laguerre_n_e(), gsl::ran::laplace(), gsl::cdf::laplace_P(), gsl::ran::laplace_pdf(), gsl::cdf::laplace_Pinv(), gsl::cdf::laplace_Q(), gsl::cdf::laplace_Qinv(), gsl::sf::lnbeta(), gsl::sf::lnbeta_e(), gsl::sf::lnpoch(), gsl::sf::lnpoch_e(), gsl::complex::log(), gsl::cpx::log(), gsl::complex::log10(), gsl::cpx::log10(), gsl::complex::log_b(), gsl::cpx::log_b(), gsl::ran::logistic(), gsl::cdf::logistic_P(), gsl::ran::logistic_pdf(), gsl::cdf::logistic_Pinv(), gsl::cdf::logistic_Q(), gsl::cdf::logistic_Qinv(), gsl::complex::mul(), gsl::cpx::mul(), gsl::complex::mul_imag(), gsl::cpx::mul_imag(), gsl::complex::mul_real(), gsl::cpx::mul_real(), gsl::complex::negative(), gsl::cpx::negative(), gsl::spmatrix::norm1(), gsl::spmatrix_char::norm1(), gsl::spmatrix_float::norm1(), gsl::spmatrix_int::norm1(), gsl::spmatrix_long::norm1(), gsl::spmatrix_long_double::norm1(), gsl::spmatrix_short::norm1(), gsl::spmatrix_uchar::norm1(), gsl::spmatrix_uint::norm1(), gsl::spmatrix_ulong::norm1(), gsl::spmatrix_ushort::norm1(), gsl::wavelet2d::nstransform_matrix(), gsl::wavelet2d::nstransform_matrix_forward(), gsl::wavelet2d::nstransform_matrix_inverse(), gsl::ran::pareto(), gsl::cdf::pareto_P(), gsl::ran::pareto_pdf(), gsl::cdf::pareto_Pinv(), gsl::cdf::pareto_Q(), gsl::cdf::pareto_Qinv(), gsl::sf::poch(), gsl::sf::poch_e(), gsl::sf::pochrel(), gsl::sf::pochrel_e(), gsl::complex::pow(), gsl::cpx::pow(), gsl::complex::pow_real(), gsl::cpx::pow_real(), gsl::sf::hermite::prob_series(), gsl::sf::hermite::prob_series_e(), gsl::integration::qag(), gsl::integration::qagiu(), gsl::integration::qags(), gsl::integration::qawc(), gsl::integration::qawf(), gsl::integration::qawo(), gsl::integration::qaws(), gsl::integration::qcheb(), gsl::integration::qk(), gsl::integration::qk15(), gsl::integration::qk21(), gsl::integration::qk31(), gsl::integration::qk41(), gsl::integration::qk51(), gsl::integration::qk61(), gsl::integration::qng(), gsl::ran::rayleigh_tail(), gsl::ran::rayleigh_tail_pdf(), gsl::integration::romberg(), gsl::complex::sec(), gsl::cpx::sec(), gsl::complex::sech(), gsl::cpx::sech(), gsl::sf::hermite::series(), gsl::sf::hermite::series_e(), gsl::complex::sin(), gsl::cpx::sin(), gsl::complex::sinh(), gsl::cpx::sinh(), gsl::poly::solve_cubic(), gsl::blas::srotg(), gsl::complex::sub(), gsl::cpx::sub(), gsl::complex::sub_imag(), gsl::cpx::sub_imag(), gsl::complex::sub_real(), gsl::cpx::sub_real(), gsl::vector::sum(), gsl::vector_char::sum(), gsl::vector_float::sum(), gsl::vector_int::sum(), gsl::vector_long::sum(), gsl::vector_long_double::sum(), gsl::vector_short::sum(), gsl::vector_uchar::sum(), gsl::vector_uint::sum(), gsl::vector_ulong::sum(), gsl::vector_ushort::sum(), gsl::complex::tan(), gsl::cpx::tan(), gsl::complex::tanh(), gsl::cpx::tanh(), gsl::wavelet2d::transform_matrix(), gsl::wavelet2d::transform_matrix_forward(), gsl::wavelet2d::transform_matrix_inverse(), gsl::spmatrix::transpose(), gsl::spmatrix_char::transpose(), gsl::spmatrix_complex_double::transpose(), gsl::spmatrix_complex_float::transpose(), gsl::spmatrix_complex_long_double::transpose(), gsl::spmatrix_float::transpose(), gsl::spmatrix_int::transpose(), gsl::spmatrix_long::transpose(), gsl::spmatrix_long_double::transpose(), gsl::spmatrix_short::transpose(), gsl::spmatrix_uchar::transpose(), gsl::spmatrix_uint::transpose(), gsl::spmatrix_ulong::transpose(), gsl::spmatrix_ushort::transpose(), gsl::spmatrix::transpose2(), gsl::spmatrix_char::transpose2(), gsl::spmatrix_complex_double::transpose2(), gsl::spmatrix_complex_float::transpose2(), gsl::spmatrix_complex_long_double::transpose2(), gsl::spmatrix_float::transpose2(), gsl::spmatrix_int::transpose2(), gsl::spmatrix_long::transpose2(), gsl::spmatrix_long_double::transpose2(), gsl::spmatrix_short::transpose2(), gsl::spmatrix_uchar::transpose2(), gsl::spmatrix_uint::transpose2(), gsl::spmatrix_ulong::transpose2(), gsl::spmatrix_ushort::transpose2(), gsl::ran::ugaussian_tail(), gsl::ran::ugaussian_tail_pdf(), gsl::ran::weibull(), gsl::cdf::weibull_P(), gsl::ran::weibull_pdf(), gsl::cdf::weibull_Pinv(), gsl::cdf::weibull_Q(), and gsl::cdf::weibull_Qinv().

◆ a_array()

int gsl::sf::mathieu::a_array ( int  order_min,
int  order_max,
double  qq,
workspace work,
double  result_array[] 
)
inline

C++ version of gsl_sf_mathieu_a_array().

Parameters
order_minAn integer
order_maxAn integer
qqA real value
workA gsl::sf::mathieu::workspace object
result_array[]An array of doubles
Returns
Error code on failure

Definition at line 251 of file sf_mathieu.hpp.

References gsl::sf::mathieu::workspace::get().

◆ a_coeff()

int gsl::sf::mathieu::a_coeff ( int  order,
double  qq,
double  aa,
double  coeff[] 
)
inline

C++ version of gsl_sf_mathieu_a_coeff().

Parameters
orderAn integer
qqA real value
aaA real value
coeff[]An array of doubles
Returns
Error code on failure

Definition at line 308 of file sf_mathieu.hpp.

References gsl::bspline::order().

◆ a_e()

int gsl::sf::mathieu::a_e ( int  order,
double  qq,
result result 
)
inline

C++ version of gsl_sf_mathieu_a_e().

Parameters
orderAn integer
qqA real value
resultA gsl::sf::result object
Returns
Error code on failure

Definition at line 281 of file sf_mathieu.hpp.

References gsl::bspline::order().

◆ b()

double gsl::sf::mathieu::b ( int  order,
double  qq 
)
inline

C++ version of gsl_sf_mathieu_b().

Parameters
orderAn integer
qqA real value
Returns
result

Definition at line 298 of file sf_mathieu.hpp.

References gsl::bspline::order().

Referenced by gsl::complex::add(), gsl::cpx::add(), gsl::matrix::add(), gsl::matrix_char::add(), gsl::matrix_complex::add(), gsl::matrix_complex_float::add(), gsl::matrix_complex_long_double::add(), gsl::matrix_float::add(), gsl::matrix_int::add(), gsl::matrix_long::add(), gsl::matrix_long_double::add(), gsl::matrix_short::add(), gsl::matrix_uchar::add(), gsl::matrix_uint::add(), gsl::matrix_ulong::add(), gsl::matrix_ushort::add(), gsl::spmatrix::add(), gsl::spmatrix_char::add(), gsl::spmatrix_complex_double::add(), gsl::spmatrix_complex_float::add(), gsl::spmatrix_complex_long_double::add(), gsl::spmatrix_float::add(), gsl::spmatrix_int::add(), gsl::spmatrix_long::add(), gsl::spmatrix_long_double::add(), gsl::spmatrix_short::add(), gsl::spmatrix_uchar::add(), gsl::spmatrix_uint::add(), gsl::spmatrix_ulong::add(), gsl::spmatrix_ushort::add(), gsl::vector::add(), gsl::vector_char::add(), gsl::vector_complex::add(), gsl::vector_complex_float::add(), gsl::vector_complex_long_double::add(), gsl::vector_float::add(), gsl::vector_int::add(), gsl::vector_long::add(), gsl::vector_long_double::add(), gsl::vector_short::add(), gsl::vector_uchar::add(), gsl::vector_uint::add(), gsl::vector_ulong::add(), gsl::vector_ushort::add(), gsl::spmatrix::add_to_dense(), gsl::spmatrix_char::add_to_dense(), gsl::spmatrix_complex_double::add_to_dense(), gsl::spmatrix_complex_float::add_to_dense(), gsl::spmatrix_complex_long_double::add_to_dense(), gsl::spmatrix_float::add_to_dense(), gsl::spmatrix_int::add_to_dense(), gsl::spmatrix_long::add_to_dense(), gsl::spmatrix_long_double::add_to_dense(), gsl::spmatrix_short::add_to_dense(), gsl::spmatrix_uchar::add_to_dense(), gsl::spmatrix_uint::add_to_dense(), gsl::spmatrix_ulong::add_to_dense(), gsl::spmatrix_ushort::add_to_dense(), gsl::sf::beta(), gsl::ran::beta(), gsl::sf::beta_e(), gsl::sf::beta_inc(), gsl::sf::beta_inc_e(), gsl::cdf::beta_P(), gsl::ran::beta_pdf(), gsl::cdf::beta_Pinv(), gsl::cdf::beta_Q(), gsl::cdf::beta_Qinv(), gsl::linalg::cholesky_band_solve(), gsl::linalg::cholesky_solve(), gsl::linalg::cholesky_solve2(), gsl::linalg::COD_lssolve(), gsl::linalg::COD_lssolve2(), gsl::linalg::complex_cholesky_solve(), gsl::linalg::complex_LU_refine(), gsl::linalg::complex_LU_solve(), gsl::linalg::complex_QR_lssolve(), gsl::linalg::complex_QR_lssolve_r(), gsl::linalg::complex_QR_QHvec_r(), gsl::linalg::complex_QR_solve(), gsl::linalg::complex_QR_solve_r(), gsl::poly::complex_solve_cubic(), gsl::poly::complex_solve_quadratic(), gsl::integration::cquad(), gsl::spmatrix::dense_add(), gsl::spmatrix_char::dense_add(), gsl::spmatrix_complex_double::dense_add(), gsl::spmatrix_complex_float::dense_add(), gsl::spmatrix_complex_long_double::dense_add(), gsl::spmatrix_float::dense_add(), gsl::spmatrix_int::dense_add(), gsl::spmatrix_long::dense_add(), gsl::spmatrix_long_double::dense_add(), gsl::spmatrix_short::dense_add(), gsl::spmatrix_uchar::dense_add(), gsl::spmatrix_uint::dense_add(), gsl::spmatrix_ulong::dense_add(), gsl::spmatrix_ushort::dense_add(), gsl::spmatrix::dense_sub(), gsl::spmatrix_char::dense_sub(), gsl::spmatrix_complex_double::dense_sub(), gsl::spmatrix_complex_float::dense_sub(), gsl::spmatrix_complex_long_double::dense_sub(), gsl::spmatrix_float::dense_sub(), gsl::spmatrix_int::dense_sub(), gsl::spmatrix_long::dense_sub(), gsl::spmatrix_long_double::dense_sub(), gsl::spmatrix_short::dense_sub(), gsl::spmatrix_uchar::dense_sub(), gsl::spmatrix_uint::dense_sub(), gsl::spmatrix_ulong::dense_sub(), gsl::spmatrix_ushort::dense_sub(), gsl::complex::div(), gsl::cpx::div(), gsl::vector::div(), gsl::vector_char::div(), gsl::vector_complex::div(), gsl::vector_complex_float::div(), gsl::vector_complex_long_double::div(), gsl::vector_float::div(), gsl::vector_int::div(), gsl::vector_long::div(), gsl::vector_long_double::div(), gsl::vector_short::div(), gsl::vector_uchar::div(), gsl::vector_uint::div(), gsl::vector_ulong::div(), gsl::vector_ushort::div(), gsl::matrix::div_elements(), gsl::matrix_char::div_elements(), gsl::matrix_complex::div_elements(), gsl::matrix_complex_float::div_elements(), gsl::matrix_complex_long_double::div_elements(), gsl::matrix_float::div_elements(), gsl::matrix_int::div_elements(), gsl::matrix_long::div_elements(), gsl::matrix_long_double::div_elements(), gsl::matrix_short::div_elements(), gsl::matrix_uchar::div_elements(), gsl::matrix_uint::div_elements(), gsl::matrix_ulong::div_elements(), gsl::matrix_ushort::div_elements(), gsl::blas::drotg(), gsl::spmatrix::equal(), gsl::spmatrix_char::equal(), gsl::spmatrix_complex_double::equal(), gsl::spmatrix_complex_float::equal(), gsl::spmatrix_complex_long_double::equal(), gsl::spmatrix_float::equal(), gsl::spmatrix_int::equal(), gsl::spmatrix_long::equal(), gsl::spmatrix_long_double::equal(), gsl::spmatrix_short::equal(), gsl::spmatrix_uchar::equal(), gsl::spmatrix_uint::equal(), gsl::spmatrix_ulong::equal(), gsl::spmatrix_ushort::equal(), gsl::spline::eval_integ(), gsl::interp::eval_integ(), gsl::spline::eval_integ_e(), gsl::interp::eval_integ_e(), gsl::ran::exppow(), gsl::cdf::exppow_P(), gsl::ran::exppow_pdf(), gsl::cdf::exppow_Q(), gsl::sf::fermi_dirac_inc_0(), gsl::sf::fermi_dirac_inc_0_e(), gsl::integration::fixed_workspace::fixed_workspace(), gsl::ran::flat(), gsl::cdf::flat_P(), gsl::ran::flat_pdf(), gsl::cdf::flat_Pinv(), gsl::cdf::flat_Q(), gsl::cdf::flat_Qinv(), gsl::monte::function::fn(), gsl::function_scl::fn(), gsl::multimin::function::fn(), gsl::movstat::function::fn(), gsl::ran::gamma(), gsl::ran::gamma_knuth(), gsl::ran::gamma_mt(), gsl::cdf::gamma_P(), gsl::ran::gamma_pdf(), gsl::cdf::gamma_Pinv(), gsl::cdf::gamma_Q(), gsl::cdf::gamma_Qinv(), gsl::linalg::givens(), gsl::integration::glfixed(), gsl::integration::glfixed_point(), gsl::ran::gumbel1(), gsl::cdf::gumbel1_P(), gsl::ran::gumbel1_pdf(), gsl::cdf::gumbel1_Pinv(), gsl::cdf::gumbel1_Q(), gsl::cdf::gumbel1_Qinv(), gsl::ran::gumbel2(), gsl::cdf::gumbel2_P(), gsl::ran::gumbel2_pdf(), gsl::cdf::gumbel2_Pinv(), gsl::cdf::gumbel2_Q(), gsl::cdf::gumbel2_Qinv(), gsl::linalg::HH_solve(), gsl::sf::hyperg_1F1(), gsl::sf::hyperg_1F1_e(), gsl::sf::hyperg_2F0(), gsl::sf::hyperg_2F0_e(), gsl::sf::hyperg_2F1(), gsl::sf::hyperg_2F1_e(), gsl::sf::hyperg_2F1_renorm(), gsl::sf::hyperg_2F1_renorm_e(), gsl::sf::hyperg_U(), gsl::sf::hyperg_U_e(), gsl::sf::hyperg_U_e10_e(), gsl::cheb::series::init(), gsl::cheb::init(), gsl::splinalg::itersolve::itersolve_iterate(), gsl::bspline::knots_uniform(), gsl::linalg::L_solve_T(), gsl::linalg::ldlt_band_solve(), gsl::linalg::ldlt_solve(), gsl::sf::lnbeta(), gsl::sf::lnbeta_e(), gsl::complex::log_b(), gsl::cpx::log_b(), gsl::linalg::LQ_LQsolve(), gsl::linalg::LQ_Lsolve_T(), gsl::linalg::LQ_lssolve(), gsl::linalg::LQ_lssolve_T(), gsl::linalg::LQ_solve_T(), gsl::linalg::LU_band_solve(), gsl::linalg::LU_refine(), gsl::linalg::LU_solve(), gsl::matrix::matrix(), gsl::matrix_char::matrix_char(), gsl::matrix_complex::matrix_complex(), gsl::matrix_complex_float::matrix_complex_float(), gsl::matrix_complex_long_double::matrix_complex_long_double(), gsl::matrix_float::matrix_float(), gsl::matrix_int::matrix_int(), gsl::matrix_long::matrix_long(), gsl::matrix_long_double::matrix_long_double(), gsl::matrix_short::matrix_short(), gsl::matrix_uchar::matrix_uchar(), gsl::matrix_uint::matrix_uint(), gsl::matrix_ulong::matrix_ulong(), gsl::matrix_ushort::matrix_ushort(), gsl::linalg::mcholesky_solve(), gsl::complex::mul(), gsl::cpx::mul(), gsl::vector::mul(), gsl::vector_char::mul(), gsl::vector_complex::mul(), gsl::vector_complex_float::mul(), gsl::vector_complex_long_double::mul(), gsl::vector_float::mul(), gsl::vector_int::mul(), gsl::vector_long::mul(), gsl::vector_long_double::mul(), gsl::vector_short::mul(), gsl::vector_uchar::mul(), gsl::vector_uint::mul(), gsl::vector_ulong::mul(), gsl::vector_ushort::mul(), gsl::matrix::mul_elements(), gsl::matrix_char::mul_elements(), gsl::matrix_complex::mul_elements(), gsl::matrix_complex_float::mul_elements(), gsl::matrix_complex_long_double::mul_elements(), gsl::matrix_float::mul_elements(), gsl::matrix_int::mul_elements(), gsl::matrix_long::mul_elements(), gsl::matrix_long_double::mul_elements(), gsl::matrix_short::mul_elements(), gsl::matrix_uchar::mul_elements(), gsl::matrix_uint::mul_elements(), gsl::matrix_ulong::mul_elements(), gsl::matrix_ushort::mul_elements(), gsl::ran::pareto(), gsl::cdf::pareto_P(), gsl::ran::pareto_pdf(), gsl::cdf::pareto_Pinv(), gsl::cdf::pareto_Q(), gsl::cdf::pareto_Qinv(), gsl::linalg::pcholesky_solve(), gsl::linalg::pcholesky_solve2(), gsl::complex::pow(), gsl::cpx::pow(), gsl::complex::pow_real(), gsl::cpx::pow_real(), gsl::linalg::PTLQ_LQsolve_T(), gsl::linalg::PTLQ_Lsolve_T(), gsl::linalg::PTLQ_solve_T(), gsl::integration::qag(), gsl::integration::qagil(), gsl::integration::qags(), gsl::integration::qawc(), gsl::integration::qaws(), gsl::integration::qcheb(), gsl::integration::qk(), gsl::integration::qk15(), gsl::integration::qk21(), gsl::integration::qk31(), gsl::integration::qk41(), gsl::integration::qk51(), gsl::integration::qk61(), gsl::integration::qng(), gsl::linalg::QR_lssolve(), gsl::linalg::QR_QRsolve(), gsl::linalg::QR_Rsolve(), gsl::linalg::QR_solve(), gsl::linalg::QR_UD_lssolve(), gsl::linalg::QR_UU_lssolve(), gsl::linalg::QR_UU_QTvec(), gsl::linalg::QRPT_lssolve(), gsl::linalg::QRPT_lssolve2(), gsl::linalg::QRPT_QRsolve(), gsl::linalg::QRPT_Rsolve(), gsl::linalg::QRPT_solve(), gsl::linalg::R_solve(), gsl::integration::romberg(), gsl::poly::solve_cubic(), gsl::linalg::solve_cyc_tridiag(), gsl::linalg::solve_symm_cyc_tridiag(), gsl::linalg::solve_symm_tridiag(), gsl::linalg::solve_tridiag(), gsl::blas::srotg(), gsl::complex::sub(), gsl::cpx::sub(), gsl::matrix::sub(), gsl::matrix_char::sub(), gsl::matrix_complex::sub(), gsl::matrix_complex_float::sub(), gsl::matrix_complex_long_double::sub(), gsl::matrix_float::sub(), gsl::matrix_int::sub(), gsl::matrix_long::sub(), gsl::matrix_long_double::sub(), gsl::matrix_short::sub(), gsl::matrix_uchar::sub(), gsl::matrix_uint::sub(), gsl::matrix_ulong::sub(), gsl::matrix_ushort::sub(), gsl::vector::sub(), gsl::vector_char::sub(), gsl::vector_complex::sub(), gsl::vector_complex_float::sub(), gsl::vector_complex_long_double::sub(), gsl::vector_float::sub(), gsl::vector_int::sub(), gsl::vector_long::sub(), gsl::vector_long_double::sub(), gsl::vector_short::sub(), gsl::vector_uchar::sub(), gsl::vector_uint::sub(), gsl::vector_ulong::sub(), gsl::vector_ushort::sub(), gsl::linalg::SV_solve(), gsl::vector::vector(), gsl::vector_char::vector_char(), gsl::vector_complex::vector_complex(), gsl::vector_complex_float::vector_complex_float(), gsl::vector_complex_long_double::vector_complex_long_double(), gsl::vector_float::vector_float(), gsl::vector_int::vector_int(), gsl::vector_long::vector_long(), gsl::vector_long_double::vector_long_double(), gsl::vector_short::vector_short(), gsl::vector_uchar::vector_uchar(), gsl::vector_uint::vector_uint(), gsl::vector_ulong::vector_ulong(), gsl::vector_ushort::vector_ushort(), gsl::ran::weibull(), gsl::cdf::weibull_P(), gsl::ran::weibull_pdf(), gsl::cdf::weibull_Pinv(), gsl::cdf::weibull_Q(), and gsl::cdf::weibull_Qinv().

◆ b_array()

int gsl::sf::mathieu::b_array ( int  order_min,
int  order_max,
double  qq,
workspace work,
double  result_array[] 
)
inline

C++ version of gsl_sf_mathieu_b_array().

Parameters
order_minAn integer
order_maxAn integer
qqA real value
workA gsl::sf::mathieu::workspace object
result_array[]An array of doubles
Returns
Error code on failure

Definition at line 263 of file sf_mathieu.hpp.

References gsl::sf::mathieu::workspace::get().

◆ b_coeff()

int gsl::sf::mathieu::b_coeff ( int  order,
double  qq,
double  aa,
double  coeff[] 
)
inline

C++ version of gsl_sf_mathieu_b_coeff().

Parameters
orderAn integer
qqA real value
aaA real value
coeff[]An array of doubles
Returns
Error code on failure

Definition at line 318 of file sf_mathieu.hpp.

References gsl::bspline::order().

◆ b_e()

int gsl::sf::mathieu::b_e ( int  order,
double  qq,
result result 
)
inline

C++ version of gsl_sf_mathieu_b_e().

Parameters
orderAn integer
qqA real value
resultA gsl::sf::result object
Returns
Error code on failure

Definition at line 290 of file sf_mathieu.hpp.

References gsl::bspline::order().

◆ ce()

double gsl::sf::mathieu::ce ( int  order,
double  qq,
double  zz 
)
inline

C++ version of gsl_sf_mathieu_ce().

Parameters
orderAn integer
qqA real value
zzA real value
Returns
result

Definition at line 327 of file sf_mathieu.hpp.

References gsl::bspline::order().

◆ ce_array()

int gsl::sf::mathieu::ce_array ( int  nmin,
int  nmax,
double  qq,
double  zz,
workspace work,
double  result_array[] 
)
inline

C++ version of gsl_sf_mathieu_ce_array().

Parameters
nminAn integer
nmaxAn integer
qqA real value
zzA real value
workA gsl::sf::mathieu::workspace object
result_array[]An array of doubles
Returns
Error code on failure

Definition at line 368 of file sf_mathieu.hpp.

References gsl::sf::mathieu::workspace::get().

◆ ce_e()

int gsl::sf::mathieu::ce_e ( int  order,
double  qq,
double  zz,
result result 
)
inline

C++ version of gsl_sf_mathieu_ce_e().

Parameters
orderAn integer
qqA real value
zzA real value
resultA gsl::sf::result object
Returns
Error code on failure

Definition at line 337 of file sf_mathieu.hpp.

References gsl::bspline::order().

◆ Mc()

double gsl::sf::mathieu::Mc ( int  kind,
int  order,
double  qq,
double  zz 
)
inline

C++ version of gsl_sf_mathieu_Mc().

Parameters
kindAn integer
orderAn integer
qqA real value
zzA real value
Returns
result

Definition at line 392 of file sf_mathieu.hpp.

References gsl::bspline::order().

◆ Mc_array()

int gsl::sf::mathieu::Mc_array ( int  kind,
int  nmin,
int  nmax,
double  qq,
double  zz,
workspace work,
double  result_array[] 
)
inline

C++ version of gsl_sf_mathieu_Mc_array().

Parameters
kindAn integer
nminAn integer
nmaxAn integer
qqA real value
zzA real value
workA gsl::sf::mathieu::workspace object
result_array[]An array of doubles
Returns
Error code on failure

Definition at line 437 of file sf_mathieu.hpp.

References gsl::sf::mathieu::workspace::get().

◆ Mc_e()

int gsl::sf::mathieu::Mc_e ( int  kind,
int  order,
double  qq,
double  zz,
result result 
)
inline

C++ version of gsl_sf_mathieu_Mc_e().

Parameters
kindAn integer
orderAn integer
qqA real value
zzA real value
resultA gsl::sf::result object
Returns
Error code on failure

Definition at line 403 of file sf_mathieu.hpp.

References gsl::bspline::order().

◆ Ms()

double gsl::sf::mathieu::Ms ( int  kind,
int  order,
double  qq,
double  zz 
)
inline

C++ version of gsl_sf_mathieu_Ms().

Parameters
kindAn integer
orderAn integer
qqA real value
zzA real value
Returns
result

Definition at line 413 of file sf_mathieu.hpp.

References gsl::bspline::order().

◆ Ms_array()

int gsl::sf::mathieu::Ms_array ( int  kind,
int  nmin,
int  nmax,
double  qq,
double  zz,
workspace work,
double  result_array[] 
)
inline

C++ version of gsl_sf_mathieu_Ms_array().

Parameters
kindAn integer
nminAn integer
nmaxAn integer
qqA real value
zzA real value
workA gsl::sf::mathieu::workspace object
result_array[]An array of doubles
Returns
Error code on failure

Definition at line 451 of file sf_mathieu.hpp.

References gsl::sf::mathieu::workspace::get().

◆ Ms_e()

int gsl::sf::mathieu::Ms_e ( int  kind,
int  order,
double  qq,
double  zz,
result result 
)
inline

C++ version of gsl_sf_mathieu_Ms_e().

Parameters
kindAn integer
orderAn integer
qqA real value
zzA real value
resultA gsl::sf::result object
Returns
Error code on failure

Definition at line 424 of file sf_mathieu.hpp.

References gsl::bspline::order().

◆ se()

double gsl::sf::mathieu::se ( int  order,
double  qq,
double  zz 
)
inline

C++ version of gsl_sf_mathieu_se().

Parameters
orderAn integer
qqA real value
zzA real value
Returns
result

Definition at line 356 of file sf_mathieu.hpp.

References gsl::bspline::order().

◆ se_array()

int gsl::sf::mathieu::se_array ( int  nmin,
int  nmax,
double  qq,
double  zz,
workspace work,
double  result_array[] 
)
inline

C++ version of gsl_sf_mathieu_se_array().

Parameters
nminAn integer
nmaxAn integer
qqA real value
zzA real value
workA gsl::sf::mathieu::workspace object
result_array[]An array of doubles
Returns
Error code on failure

Definition at line 381 of file sf_mathieu.hpp.

References gsl::sf::mathieu::workspace::get().

◆ se_e()

int gsl::sf::mathieu::se_e ( int  order,
double  qq,
double  zz,
result result 
)
inline

C++ version of gsl_sf_mathieu_se_e().

Parameters
orderAn integer
qqA real value
zzA real value
resultA gsl::sf::result object
Returns
Error code on failure

Definition at line 347 of file sf_mathieu.hpp.

References gsl::bspline::order().