Changeset 8077:9c3f49fef385


Ignore:
Timestamp:
01/17/08 16:30:05 (5 years ago)
Author:
Martin Albrecht <malb@…>
Branch:
default
Message:

*temporary* patch to raise NotImplementedError? if factoring MPolynomials over GF(pn)`

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sage/rings/polynomial/multi_polynomial_libsingular.pyx

    r7988 r8077  
    31343134        cdef MPolynomialRing_libsingular parent 
    31353135        cdef int i 
     3136 
     3137        if self.base_ring().is_finite() and not self.base_ring().is_prime_field(): 
     3138            raise NotImplementedError 
    31363139         
    31373140        parent = self._parent 
Note: See TracChangeset for help on using the changeset viewer.