|
ergo
|
Classes | |
| struct | poly_1d_term_struct_symb |
| struct | poly_1d_struct_symb |
| struct | poly_3d_term_struct_symb |
| struct | poly_3d_struct_symb |
Defines | |
| #define | MAX_NO_OF_1D_TERMS 888 |
| #define | MAX_NO_OF_3D_TERMS 888 |
Functions | |
| static int | get_1d_hermite_poly_symb (poly_1d_struct_symb *result, int n) |
| static int | get_1d_hermite_poly_inv_symb (poly_1d_struct_symb *result, int n) |
| static int | create_3d_poly_from_1d_poly_symb (poly_3d_struct_symb *poly_3d, poly_1d_struct_symb *poly_1d, int coordIndex) |
| static int | compute_product_of_3d_polys_symb (poly_3d_struct_symb *result, poly_3d_struct_symb *poly_1, poly_3d_struct_symb *poly_2) |
| int | get_hermite_conversion_matrix_symb (const monomial_info_struct *monomial_info, int nmax, int inverseFlag, symb_matrix_element *result) |
| #define MAX_NO_OF_1D_TERMS 888 |
Referenced by get_1d_hermite_poly_symb(), and get_1d_hermite_poly_inv_symb().
| #define MAX_NO_OF_3D_TERMS 888 |
Referenced by compute_product_of_3d_polys_symb().
| static int compute_product_of_3d_polys_symb | ( | poly_3d_struct_symb * | result, |
| poly_3d_struct_symb * | poly_1, | ||
| poly_3d_struct_symb * | poly_2 | ||
| ) | [static] |
| static int create_3d_poly_from_1d_poly_symb | ( | poly_3d_struct_symb * | poly_3d, |
| poly_1d_struct_symb * | poly_1d, | ||
| int | coordIndex | ||
| ) | [static] |
References poly_1d_struct_symb::noOfTerms, poly_3d_struct_symb::termList, poly_3d_term_struct_symb::coeff, poly_1d_struct_symb::termList, poly_1d_term_struct_symb::coeff, poly_3d_term_struct_symb::monomialInts, poly_1d_term_struct_symb::ix, poly_3d_term_struct_symb::ia, poly_1d_term_struct_symb::ia, and poly_3d_struct_symb::noOfTerms.
Referenced by get_hermite_conversion_matrix_symb().
| static int get_1d_hermite_poly_inv_symb | ( | poly_1d_struct_symb * | result, |
| int | n | ||
| ) | [static] |
| static int get_1d_hermite_poly_symb | ( | poly_1d_struct_symb * | result, |
| int | n | ||
| ) | [static] |
| int get_hermite_conversion_matrix_symb | ( | const monomial_info_struct * | monomial_info, |
| int | nmax, | ||
| int | inverseFlag, | ||
| symb_matrix_element * | result | ||
| ) |
References monomial_info_struct::no_of_monomials_list, monomial_info_struct::monomial_list, monomial_struct::ix, monomial_struct::iy, monomial_struct::iz, get_1d_hermite_poly_inv_symb(), get_1d_hermite_poly_symb(), create_3d_poly_from_1d_poly_symb(), compute_product_of_3d_polys_symb(), poly_3d_struct_symb::noOfTerms, poly_3d_struct_symb::termList, poly_3d_term_struct_symb::monomialInts, monomial_info_struct::monomial_index_list, symb_matrix_element::coeff, poly_3d_term_struct_symb::coeff, poly_3d_term_struct_symb::ia, and symb_matrix_element::ia.
Referenced by get_hermite_conversion_matrix(), and hermite_conversion_info_struct::hermite_conversion_info_struct().