Package sympycore :: Package polynomials :: Module algebra
[hide private]
[frames] | no frames]

Module algebra

source code

Provides PolynomialRing class.

Classes [hide private]
  AdditiveTuple
A tuple that can be added element-wise.
  PolynomialRing
Base class to polynomial rings that holds polynomial information using pairs (<exponents>: <coefficient>) stored in Python dictionary.
  PolynomialRingFactory
Factory of polynomial rings with symbols and coefficient ring.
Functions [hide private]
 
add_POLY_POLY(lhs, rhs, cls) source code
call graph 
 
cmp_symbols(x, y) source code
 
divmod_POLY1_POLY1_DENSE(lhs, rhs, cls) source code
 
divmod_POLY1_POLY1_SPARSE(lhs, rhs, cls) source code
call graph 
 
iadd_POLY_POLY(lhs, rhs, cls) source code
call graph 
 
mul_POLY_COEFF(lhs, rhs, cls) source code
call graph 
 
mul_POLY_POLY(lhs, rhs, cls) source code
call graph 
 
pow_POLY_INT(base, exp, cls) source code
call graph 
Variables [hide private]
  ADD = ' + '
  MUL = '*'
  NUMBER = 'N'
  POLY = 'P'
  POW = '**'
  SYMBOL = 'S'
  classes = Holder('Sympy Basic subclass holder (8 classes)')