Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
241818 views
include 'sage/ext/stdsage.pxi'
include 'sage/ext/cdefs.pxi'

from sage.rings.ring cimport Ring


cpdef mult_coeff_int_without_character(result_key, coeffs_dict1, coeffs_dict2, ch1, ch2, result)
cpdef mult_coeff_generic_without_character(result_key, coeffs_dict1, coeffs_dict2, ch1, ch2, result)