MathieuWorkspace
Object Hierarchy:
Description:
[ Compact ]
[ CCode ( cname = "gsl_sf_mathieu_workspace" , cprefix = "gsl_sf_mathieu_" ) ]
public class MathieuWorkspace
Content:
Static methods:
- public static int Mc (int kind, int order, double qq, double zz)
- public static int Mc_array (int kind, int nmin, int nmax, double qq, double zz, MathieuWorkspace work, double[] result_array)
- public static int Ms (int kind, int order, double qq, double zz)
- public static int Ms_array (int kind, int nmin, int nmax, double qq, double zz, MathieuWorkspace work, double[] result_array)
- public static int a (int order, double qq)
- public static int a_array (int order_min, int order_max, double qq, MathieuWorkspace work, double[] result_array)
- public static int a_coeff (int order, double qq, double aa, double[] coeff)
- public static int b (int order, double qq)
- public static int b_array (int order_min, int order_max, double qq, MathieuWorkspace work, double[] result_array)
- public static int b_coeff (int order, double qq, double aa, double[] coeff)
- public static int ce (int order, double qq, double zz)
- public static int ce_array (int nmin, int nmax, double qq, double zz, MathieuWorkspace work, double[] result_array)
- public static int se (int order, double qq, double zz)
- public static int se_array (int nmin, int nmax, double qq, double zz, MathieuWorkspace work, double[] result_array)
Creation methods:
Fields: