NZMATH
1.2.0
About: NZMATH is a Python based number theory oriented calculation system.
![]() ![]() |
Public Member Functions | |
def | __init__ (self, order) |
Public Attributes | |
order | |
OrderProvider provides order and related operations.
Definition at line 18 of file multiutil.py.
def nzmath.poly.multiutil.OrderProvider.__init__ | ( | self, | |
order | |||
) |
Do not instantiate OrderProvider. This initializer should be called from descendant: OrderProvider.__init__(self, order)
Definition at line 22 of file multiutil.py.
References nzmath.matrix.Matrix.__class__, nzmath.matrix.RingMatrix.__class__, nzmath.matrix.RingSquareMatrix.__class__, nzmath.matrix.FieldMatrix.__class__, nzmath.matrix.MatrixRing.__class__, and nzmath.matrix.Subspace.__class__.
nzmath.poly.multiutil.OrderProvider.order |
Definition at line 30 of file multiutil.py.
Referenced by nzmath.poly.uniutil.DivisionProvider.__divmod__(), nzmath.poly.uniutil.DivisionProvider.__floordiv__(), nzmath.poly.uniutil.DivisionProvider.__mod__(), nzmath.poly.uniutil.DivisionProvider._populate_reduced(), nzmath.poly.uniutil.DivisionProvider._populate_reduced_more(), nzmath.poly.uniutil.PrimeCharacteristicFunctionsProvider.distinct_degree_factorization(), nzmath.poly.uniutil.PseudoDivisionProvider.exact_division(), nzmath.poly.uniutil.DivisionProvider.extgcd(), nzmath.poly.uniutil.PrimeCharacteristicFunctionsProvider.factor(), nzmath.poly.uniutil.DivisionProvider.gcd(), nzmath.poly.uniutil.PrimeCharacteristicFunctionsProvider.isirreducible(), nzmath.elliptic.ECoverGF.issupersingular(), nzmath.poly.multiutil.NestProvider.leading_variable(), nzmath.poly.uniutil.DivisionProvider.mod(), nzmath.poly.uniutil.PseudoDivisionProvider.monic_divmod(), nzmath.poly.uniutil.PseudoDivisionProvider.monic_floordiv(), nzmath.poly.uniutil.PseudoDivisionProvider.monic_mod(), nzmath.elliptic.ECoverGF.pointorder(), nzmath.poly.uniutil.PseudoDivisionProvider.pseudo_divmod(), nzmath.poly.uniutil.PseudoDivisionProvider.pseudo_floordiv(), nzmath.poly.uniutil.PseudoDivisionProvider.pseudo_mod(), nzmath.poly.uniutil.KaratsubaProvider.ring_mul_karatsuba(), nzmath.poly.uniutil.OrderProvider.shift_degree_to(), nzmath.poly.uniutil.OrderProvider.split_at(), nzmath.poly.uniutil.PrimeCharacteristicFunctionsProvider.split_same_degrees(), nzmath.poly.uniutil.KaratsubaProvider.square_karatsuba(), nzmath.poly.uniutil.PrimeCharacteristicFunctionsProvider.squarefree_decomposition(), and nzmath.elliptic.ECoverGF.trace().