Package sympycore :: Package basealgebra :: Module pairs_ops
[hide private]
[frames] | no frames]

Module pairs_ops

source code

Generated low-level arithmetic methods for CollectingField.

This file is generated by the src/mk_pairs_ops.py script. See http://sympycore.googlecode.com/ for more information.

DO NOT CHANGE THIS FILE DIRECTLY!!!

Functions [hide private]
 
add_method(self, other, NUMBER='N', TERMS=' + ', FACTORS='*') source code
call graph 
 
div(a, b, cls) source code
call graph 
 
div_method(self, other, NUMBER='N', TERMS=' + ', FACTORS='*') source code
call graph 
 
expand_mul_method(cls, self, other) source code
call graph 
 
mul_method(self, other, NUMBER='N', TERMS=' + ', FACTORS='*') source code
call graph 
 
neg_method(self, NUMBER='N', TERMS=' + ') source code
call graph 
 
pow_method(self, other, z=None, NUMBER='N', TERMS=' + ', FACTORS='*') source code
call graph 
 
rdiv_method(self, other, NUMBER='N', TERMS=' + ', FACTORS='*') source code
call graph 
 
rsub_method(self, other, NUMBER='N', TERMS=' + ', FACTORS='*') source code
call graph 
 
sub_method(self, other, NUMBER='N', TERMS=' + ', FACTORS='*') source code
call graph 
Variables [hide private]
  FACTORS = '*'
  NUMBER = 'N'
  SYMBOL = 'S'
  TERMS = ' + '
  numbertypes = (<type 'int'>, <type 'long'>, <type 'float'>, <t...
Variables Details [hide private]

numbertypes

Value:
(<type 'int'>,
 <type 'long'>,
 <type 'float'>,
 <type 'complex'>,
 <class 'sympycore.arithmetic.numbers.mpq'>,
 <class 'sympycore.arithmetic.numbers.mpqc'>,
 <class 'sympycore.arithmetic.mpmath.mptypes.mpf'>,
 <class 'sympycore.arithmetic.mpmath.mptypes.mpc'>)