source: sage/rings @ 7319:759f31d98705

Name Size Rev Age Author Last Change
../
notes 1:bf5417bc8931   7 years tornaria [project @ patch to sage-0.10.13]
number_field 7294:3ab7899bba59   6 years yqiang Merge with 2.8.7.
padics 7254:f69ced541e37   6 years wstein Fix trac #790 -- rational reconstruction failing for p-adics
polynomial 7287:de1edd016be5   6 years malb fix small static memory leak in multi_polynomial_libsingular
__init__.py 1 bytes 0:039f6310c6fe   7 years tornaria [project @ original sage-0.10.12]
algebraic_real.py 84.3 KB 7156:8292c32df6d6   6 years mhansen Patch for #960.
all.py 5.1 KB 6342:253c77d1b6f0   6 years wstein orders -- work in progress.
arith.py 83.9 KB 7047:7dc4ea561088   6 years wstein add a doctest illustrating #922.
arith_c.py 29 bytes 0:039f6310c6fe   7 years tornaria [project @ original sage-0.10.12]
arith_gmp.py 33 bytes 0:039f6310c6fe   7 years tornaria [project @ original sage-0.10.12]
bernoulli.py 2.5 KB 1612:6de1f8d6661a   7 years wstein bernoulli -- improved it; added doctests; added algorithm="magma" option.
bernoulli_mod_p.pyx 10.0 KB 6871:26ec7a580b86   6 years craigcitro small ntl-related change
big_oh.py 1.1 KB 4500:fbef648fc698   6 years padicgroup merge of padic pyrexification and mpolynomial_libsingular
coerce_python.py 2.8 KB 1319:a49c4e37b785   7 years wstein Massive patch! (1) Python 2.5; (2) Complete reoranization of Pyrex code. …
commutative_algebra.py 819 bytes 1530:01757a16f68e   7 years david * Changed CommutativeAlgebra? to derive from CommutativeRing? instead of …
commutative_algebra_element.py 786 bytes 1818:139ace7cdede   7 years wstein Get rid of Element_cmp_, which was a hack to get around problems with …
commutative_ring.py 807 bytes 1319:a49c4e37b785   7 years wstein Massive patch! (1) Python 2.5; (2) Complete reoranization of Pyrex code. …
commutative_ring_element.py 834 bytes 1319:a49c4e37b785   7 years wstein Massive patch! (1) Python 2.5; (2) Complete reoranization of Pyrex code. …
complex_double.pxd 565 bytes 5464:dbf7433a52bd   6 years robertwb cleanup calls to sage.structure.coerce, categories. All doctests pass.
complex_double.pyx 49.8 KB 7284:ba70e8043d97   6 years cwitty Add ring= parameter for polynomial .roots() method.
complex_field.py 7.5 KB 4057:1c4122596782   6 years wstein Fix a bunch of issues with ring morphisms and loads/dumps
complex_number.pxd 408 bytes 3370:4e700b320eda   6 years wstein Fixed some circular import issues.
complex_number.pyx 27.9 KB 5809:ed5b08febcca   6 years mhansen Fixed bug #456.
contfrac.py 22.5 KB 4257:59ab0312963e   6 years wstein Fix a doctest and a sqrt issue.
dedekind_domain.py 794 bytes 1319:a49c4e37b785   7 years wstein Massive patch! (1) Python 2.5; (2) Complete reoranization of Pyrex code. …
dedekind_domain_element.py 830 bytes 1319:a49c4e37b785   7 years wstein Massive patch! (1) Python 2.5; (2) Complete reoranization of Pyrex code. …
euclidean_domain.py 807 bytes 1319:a49c4e37b785   7 years wstein Massive patch! (1) Python 2.5; (2) Complete reoranization of Pyrex code. …
euclidean_domain_element.py 834 bytes 1319:a49c4e37b785   7 years wstein Massive patch! (1) Python 2.5; (2) Complete reoranization of Pyrex code. …
extended_integer_ring.py 18.6 KB 6510:cce37bd1995f   6 years wstein Number fields -- snapshot of work in progress. Mainly making relative …
extended_rational_field.py 12.4 KB 6152:9baf108ebd50   6 years wstein Fix a bunch of issues that doctests reveal in light of my reworking of …
field.py 963 bytes 1319:a49c4e37b785   7 years wstein Massive patch! (1) Python 2.5; (2) Complete reoranization of Pyrex code. …
field_element.py 793 bytes 1319:a49c4e37b785   7 years wstein Massive patch! (1) Python 2.5; (2) Complete reoranization of Pyrex code. …
finite_field.py 13.3 KB 7155:46cbed7f1b3c   6 years malb GF(2n) n >= 16 implemented via NTL:GF2E (trac: #416) refactoring of GF(q) …
finite_field_element.py 21.5 KB 7155:46cbed7f1b3c   6 years malb GF(2n) n >= 16 implemented via NTL:GF2E (trac: #416) refactoring of GF(q) …
finite_field_ext_pari.py 21.1 KB 7155:46cbed7f1b3c   6 years malb GF(2n) n >= 16 implemented via NTL:GF2E (trac: #416) refactoring of GF(q) …
finite_field_givaro.pxd 3.2 KB 7193:0d32963af0c6   6 years cwitty Clean up some Cython warnings, by making things be declared only one …
finite_field_givaro.pyx 61.6 KB 7155:46cbed7f1b3c   6 years malb GF(2n) n >= 16 implemented via NTL:GF2E (trac: #416) refactoring of GF(q) …
finite_field_ntl_gf2e.pxd 1.1 KB 7155:46cbed7f1b3c   6 years malb GF(2n) n >= 16 implemented via NTL:GF2E (trac: #416) refactoring of GF(q) …
finite_field_ntl_gf2e.pyx 36.0 KB 7157:39c50f24a257   6 years malb fix overflow error in powering of GF(2n) element (#1003)
fraction_field.py 8.7 KB 6606:cac6ec5f25c5   6 years mhansen Changed "Polynomial Ring in ..." to "Multivariate Polynomial Ring in ...".
fraction_field_element.py 12.5 KB 6528:0c4c7907d97f   6 years wstein work on number fields and related issues (mainly fixing problems caused by …
homset.py 4.5 KB 6606:cac6ec5f25c5   6 years mhansen Changed "Polynomial Ring in ..." to "Multivariate Polynomial Ring in ...".
ideal.py 13.7 KB 6646:204e55045453   6 years wstein Fix some doctest failures.
ideal_monoid.py 1009 bytes 4019:45caf0bb509b   6 years wstein polynomial method on symbolic objects; use symbolic objects as number …
infinity.py 17.1 KB 5585:f444c257c49d   6 years wstein add a doctest for "is infinity"
integer.pxd 1.1 KB 7193:0d32963af0c6   6 years cwitty Clean up some Cython warnings, by making things be declared only one …
integer.pyx 101.3 KB 7317:cc4414735d25   6 years mhansen Added _rpy_ methods for #1098
integer_mod.pxd 1.6 KB 6758:689ecd206c0a   6 years roed Commented a few imports in integer_mod.pxd
integer_mod.pyx 85.8 KB 7107:1b57e98ed6e4   6 years malb inplace operators for IntegerMod?
integer_mod_ring.py 26.6 KB 6872:eec7114af219   6 years craigcitro merge NTL changes with 2.8.6
integer_ring.pxd 322 bytes 6014:ea8db8ece051   6 years jbm5 renaming of NTL C++ structure aliases
integer_ring.pyx 21.6 KB 6992:bf4c51657233   6 years wstein Fix a bunch of doctests caused by a few small changes.
integer_ring_python.py 123 bytes 2664:9d1a6da9da30   6 years wstein A huge amount -- starting with writing tons of doctests for power series, …
integral_domain.py 803 bytes 1319:a49c4e37b785   7 years wstein Massive patch! (1) Python 2.5; (2) Complete reoranization of Pyrex code. …
integral_domain_element.py 830 bytes 1319:a49c4e37b785   7 years wstein Massive patch! (1) Python 2.5; (2) Complete reoranization of Pyrex code. …
interval.py 5.9 KB 2641:34b88d07591b   6 years wstein fix for not important real_mpfr
laurent_series_ring.py 8.5 KB 5481:1fb33b78a725   6 years robertwb Fix mathematical error I stupidly introduced $t + t2/2 + t3/3 + ... \in …
laurent_series_ring_element.pxd 205 bytes 6857:e1328e3ab043   6 years robertwb Laurent series optimizations
laurent_series_ring_element.pyx 28.6 KB 7242:877ff135aa58   6 years jbm5 Monoids, algebras, power series, polynomials and symbolic rings all latex …
memory.pyx 1004 bytes 3229:0a4986ebdf65   6 years malb This is a first attempt to make the fast Integer creation engineered by …
monomials.py 1.1 KB 6343:e6d553c4738b   6 years wstein Added code for computing all monomials…
morphism.pxd 1.0 KB 6772:de2506451841   6 years roed Cython'ed sage/rings/morphism.py, actually added wrapper_parent (even …
morphism.pyx 23.6 KB 7081:65eabbdd0f50   6 years wstein Implement idea of Carl Witty to deal with garbage collection messing up …
mpc.pyx 16.0 KB 4843:a88b598ce12d   6 years robertwb use of bint eliminates need for bool, all doctests pass
mpfi.pxi 12.2 KB 4843:a88b598ce12d   6 years robertwb use of bint eliminates need for bool, all doctests pass
mpfr.pxi 6.0 KB 6880:defc15f17664   6 years cwitty Allow coercing from RR to ZZ (TRAC #835).
noetherian_ring.py 735 bytes 1319:a49c4e37b785   7 years wstein Massive patch! (1) Python 2.5; (2) Complete reoranization of Pyrex code. …
pari_ring.py 2.7 KB 4995:e99649363d9c   6 years wstein fix a bug maybe that David Roe pointed out.
power_series_mpoly.pxd 243 bytes 5590:21ff4f535d9e   6 years wstein some experimental power series code (not used); some optimizations to …
power_series_mpoly.pyx 5.6 KB 6221:125ab3b64c6a   6 years boothby Further work on #503.
power_series_poly.pxd 234 bytes 6677:9c883622ea09   6 years robertwb Inplace operations for various rings
power_series_poly.pyx 13.6 KB 6992:bf4c51657233   6 years wstein Fix a bunch of doctests caused by a few small changes.
power_series_ring.py 23.1 KB 7242:877ff135aa58   6 years jbm5 Monoids, algebras, power series, polynomials and symbolic rings all latex …
power_series_ring_element.pxd 391 bytes 6677:9c883622ea09   6 years robertwb Inplace operations for various rings
power_series_ring_element.pyx 52.5 KB 7242:877ff135aa58   6 years jbm5 Monoids, algebras, power series, polynomials and symbolic rings all latex …
principal_ideal_domain.py 828 bytes 1319:a49c4e37b785   7 years wstein Massive patch! (1) Python 2.5; (2) Complete reoranization of Pyrex code. …
principal_ideal_domain_element.py 855 bytes 1319:a49c4e37b785   7 years wstein Massive patch! (1) Python 2.5; (2) Complete reoranization of Pyrex code. …
quotient_ring.py 11.0 KB 7029:d04d6d1e5c11   6 years malb fixed #688 -- Conversion to Singular for QuotientRingElements? broken
quotient_ring_element.py 5.7 KB 7029:d04d6d1e5c11   6 years malb fixed #688 -- Conversion to Singular for QuotientRingElements? broken
rational.pxd 406 bytes 4447:878b514d0eb0   6 years roed Fixing bugs due to changing base classes to SageX.
rational.pxi 164 bytes 5511:b23867fb85ef   6 years wstein Change from SageX to Cython.
rational.pyx 51.1 KB 6778:3807f9188e2d   6 years roed big merge
rational_field.py 16.1 KB 6782:4df5a3a5a99c   6 years roed Fixed some doctests, a few changes in morphism.pyx
real_double.pxd 539 bytes 3725:126bb54bf6a1   6 years robertwb use gsl functions, better latex printing
real_double.pxi 38 bytes 1856:8e4d2b643893   7 years wstein Added ParentWithBase?; included some other files that were missing.
real_double.pyx 46.3 KB 7319:759f31d98705   6 years mabshoff fix rpy doctest failures
real_interval_field.py 651 bytes 2615:f390fd1b1763   6 years cwitty Added support for intervals, based on MPFI (largely copied from the …
real_mpfi.pxd 1.8 KB 4843:a88b598ce12d   6 years robertwb use of bint eliminates need for bool, all doctests pass
real_mpfi.pyx 89.6 KB 7244:c22b938611b7   6 years cwitty Added a test case for fixed MPFI package.
real_mpfr.pxd 791 bytes 5299:67135a38ba45   6 years robertwb explicit double -> int cast (for 0.9.5.1a to compile)
real_mpfr.pyx 92.6 KB 7319:759f31d98705   6 years mabshoff fix rpy doctest failures
real_rqdf.pxd 3.3 KB 7193:0d32963af0c6   6 years cwitty Clean up some Cython warnings, by making things be declared only one …
real_rqdf.pyx 51.4 KB 7319:759f31d98705   6 years mabshoff fix rpy doctest failures
residue_field.pxd 365 bytes 6773:8b4cf99786c8   6 years roed Added residue fields of number fields.
residue_field.pyx 14.0 KB 7155:46cbed7f1b3c   6 years malb GF(2n) n >= 16 implemented via NTL:GF2E (trac: #416) refactoring of GF(q) …
ring.pxd 977 bytes 7155:46cbed7f1b3c   6 years malb GF(2n) n >= 16 implemented via NTL:GF2E (trac: #416) refactoring of GF(q) …
ring.pyx 46.7 KB 7155:46cbed7f1b3c   6 years malb GF(2n) n >= 16 implemented via NTL:GF2E (trac: #416) refactoring of GF(q) …
ring_element.py 743 bytes 1818:139ace7cdede   7 years wstein Get rid of Element_cmp_, which was a hack to get around problems with …
rqdf_fix.h 256 bytes 6190:c9fc8f4e9158   6 years wstein Apply mabshoff's patch, finally.
sparse_poly.pyx 13.3 KB 4059:031e9f77862f   6 years wstein snapshot -- Integrating the calculus package into the rest of SAGE; fixing …
stdint.h 293 bytes 5743:6a88526f2e72   6 years was Fixes so SAGE will build on Solaris.
tests.py 324 bytes 6274:f12659f0ebd0   6 years sage fix a 32-bit doctest
Note: See TracBrowser for help on using the repository browser.