|
| unsigned int | rawRingElementHash (const RingElement *a) |
| const Ring * | IM2_RingElement_ring (const RingElement *a) |
| M2_string | IM2_RingElement_to_string (const RingElement *f) |
| const RingElement * | IM2_RingElement_from_Integer (const Ring *R, gmp_ZZ d) |
| const RingElement * | IM2_RingElement_from_rational (const Ring *R, mpq_srcptr r) |
| const RingElement * | IM2_RingElement_from_BigComplex (const Ring *R, gmp_CC z) |
| const RingElement * | IM2_RingElement_from_BigReal (const Ring *R, gmp_RR z) |
| const RingElement * | IM2_RingElement_from_Interval (const Ring *R, gmp_RRi z) |
| const RingElement * | IM2_RingElement_from_ComplexInterval (const Ring *R, gmp_CCi z) |
| gmp_ZZorNull | IM2_RingElement_to_Integer (const RingElement *a) |
| gmp_QQorNull | IM2_RingElement_to_rational (const RingElement *a) |
| gmp_RRorNull | IM2_RingElement_to_BigReal (const RingElement *a) |
| gmp_RRiorNull | IM2_RingElement_to_Interval (const RingElement *a) |
| gmp_CCorNull | IM2_RingElement_to_BigComplex (const RingElement *a) |
| gmp_CCiorNull | IM2_RingElement_to_ComplexInterval (const RingElement *a) |
| long | rawDiscreteLog (const RingElement *h) |
| const RingElement * | rawMultiplicativeGenerator (const Ring *R) |
| const RingElement * | IM2_RingElement_make_var (const Ring *R, int v) |
| M2_bool | IM2_RingElement_is_zero (const RingElement *a) |
| M2_bool | IM2_RingElement_is_equal (const RingElement *a, const RingElement *b) |
| engine_RawRingElementPair | IM2_RingElement_divmod (const RingElement *a, const RingElement *b) |
| int | rawRingElementCompare (const RingElement *a, const RingElement *b) |
| const RingElement * | IM2_RingElement_promote (const Ring *S, const RingElement *f) |
| const RingElement * | IM2_RingElement_lift (int *success_return, const Ring *S, const RingElement *f) |
| M2_bool | IM2_RingElement_is_graded (const RingElement *a) |
| M2_arrayint | IM2_RingElement_multidegree (const RingElement *a) |
| const RingElement * | rawRingElementAntipode (const RingElement *f) |
| gmp_ZZpairOrNull | rawWeightRange (M2_arrayint wts, const RingElement *a) |
| const RingElement * | IM2_RingElement_homogenize_to_degree (const RingElement *a, int v, int deg, M2_arrayint wts) |
| const RingElement * | IM2_RingElement_homogenize (const RingElement *a, int v, M2_arrayint wts) |
| const RingElement * | IM2_RingElement_term (const Ring *R, const RingElement *a, const EngineMonomial *m) |
| const RingElement * | IM2_RingElement_get_terms (int nvars, const RingElement *a, int lo, int hi) |
| const RingElement * | IM2_RingElement_get_coeff (const Ring *coeffRing, const RingElement *a, const EngineMonomial *m) |
| const RingElement * | IM2_RingElement_lead_coeff (const Ring *coeffRing, const RingElement *a) |
| const EngineMonomial * | IM2_RingElement_lead_monomial (int nvars, const RingElement *a) |
| int | IM2_RingElement_n_terms (int nvars, const RingElement *a) |
| engine_RawArrayPairOrNull | IM2_RingElement_list_form (const Ring *coeffRing, const RingElement *f) |
| engine_RawRingElementArray | rawGetParts (const M2_arrayint wts, const RingElement *f) |
| void | convolve (const PolyRing *R, const VECTOR(ring_elem) &input_relems, VECTOR(ring_elem) &output_relems, int convolve_type) |
| engine_RawRingElementArrayOrNull | rawConvolve (engine_RawRingElementArray H, int convolve_type) |
| const RingElement * | rawGetPart (const M2_arrayint wts, const RingElement *f, M2_bool lobound_given, M2_bool hibound_given, long lobound, long hibound) |
| int | IM2_RingElement_index_if_var (const RingElement *f) |
| M2_arrayint | rawRingElementIndices (const RingElement *f) |
| const RingElement * | rawAssociateDivisor (const RingElement *f) |
| const RingElement * | rawRingElementContent (const RingElement *f) |
| const RingElement * | rawRingElementRemoveContent (const RingElement *f) |
| const RingElement * | rawRingElementSplitContent (const RingElement *f, const RingElement **result) |
| const RingElement * | IM2_RingElement_numerator (const RingElement *a) |
| const RingElement * | IM2_RingElement_denominator (const RingElement *a) |
| const RingElement * | IM2_RingElement_fraction (const Ring *R, const RingElement *a, const RingElement *b) |
| gmp_ZZorNull | rawSchurDimension (const RingElement *f) |
| const RingElement * | rawSchurSnTensorMult (const RingElement *a, const RingElement *b) |
| const RingElement * | rawSchurFromPartition (const Ring *R, M2_arrayint part) |
| int | rawDegree (int v, const RingElement *f) |
| int | rawExtensionDegree (int firstvar, const Ring *R1) |
| const RingElement * | rawDiff (int v, const RingElement *f) |
| const RingElement * | rawLowerP (const RingElement *f) |
| const RingElement * | rawPowerMod (const RingElement *f, mpz_srcptr n, const RingElement *g) |