source: sage/rings @ 3039:38b5cd2139d5

Name Size Rev Age Author Last Change
../
notes 1:bf5417bc8931   7 years tornaria [project @ patch to sage-0.10.13]
number_field 2935:5b862ba002c6   6 years yqiang Merged in William's dsage fixes.
padics 2398:b6bea9815687   6 years wstein Fixed a number of tiny problems related to new improved pow from …
__init__.py 1 bytes 0:039f6310c6fe   7 years tornaria [project @ original sage-0.10.12]
all.py 4.8 KB 2664:9d1a6da9da30   6 years wstein A huge amount -- starting with writing tons of doctests for power series, …
arith.py 70.8 KB 2698:24c4ff3791d3   6 years wstein improved sage handling of discrete logs (vastly faster in Z/nZ now)
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 9.8 KB 2003:d051ad260518   7 years wstein Improvements to contour_plot, bernoulli_mod_p docs, and a typo fix for …
big_oh.py 929 bytes 2664:9d1a6da9da30   6 years wstein A huge amount -- starting with writing tons of doctests for power series, …
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 595 bytes 1820:527de00094f6   7 years wstein Arithmetic work, in progress.
complex_double.pyx 47.0 KB 2664:9d1a6da9da30   6 years wstein A huge amount -- starting with writing tons of doctests for power series, …
complex_field.py 7.2 KB 2664:9d1a6da9da30   6 years wstein A huge amount -- starting with writing tons of doctests for power series, …
complex_number.pxd 502 bytes 2364:c7164849d131   6 years wstein Fix trac #155 and related issues (poly factoring over RR and CC).
complex_number.pyx 25.0 KB 2641:34b88d07591b   6 years wstein fix for not important real_mpfr
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. …
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 30.5 KB 2644:5b7c4027bc1e   6 years wstein Addressed trac #214 -- testing of irreducibility of finite field modulus.
finite_field_element.py 17.6 KB 2698:24c4ff3791d3   6 years wstein improved sage handling of discrete logs (vastly faster in Z/nZ now)
finite_field_givaro.pxd 3.4 KB 3039:38b5cd2139d5   6 years ncalexander Add an include that fixes a compile error on Mac OS X.
finite_field_givaro.pyx 61.8 KB 2698:24c4ff3791d3   6 years wstein improved sage handling of discrete logs (vastly faster in Z/nZ now)
fraction_field.py 7.0 KB 2399:186cca35ec80   6 years wstein more doctest fixes
fraction_field_element.py 8.1 KB 1921:c4dd3103856b   7 years wstein Slight modification to Joel's patch.
groebner_fan.py 23.5 KB 2487:061691096b76   6 years wstein Fix trac bug #156 -- problem running gfan from SAGE.
homset.py 2.4 KB 2369:8fb26a9d2ba3   6 years wstein Correctly fix morphism coercion thing (I got it slightly wrong before).
ideal.py 12.2 KB 2564:0a0b3eea1ed7   6 years wstein Fix bug where M2 used always for polynomial ideal reduce.
ideal_monoid.py 775 bytes 1851:08b6e954531a   7 years wstein All ring doctests pass!!!!
infinity.py 5.4 KB 1999:4111e2c8c6ad   7 years wstein Rewrite Dirichlet characters to be vastly faster. Also fixed some related …
integer.pxd 750 bytes 2664:9d1a6da9da30   6 years wstein A huge amount -- starting with writing tons of doctests for power series, …
integer.pxi 86 bytes 1319:a49c4e37b785   7 years wstein Massive patch! (1) Python 2.5; (2) Complete reoranization of Pyrex code. …
integer.pyx 53.2 KB 2698:24c4ff3791d3   6 years wstein improved sage handling of discrete logs (vastly faster in Z/nZ now)
integer_mod.pxd 1.6 KB 1993:a5ddc9c076ad   7 years robertwb cdef strassen methods, integer_mod caching
integer_mod.pyx 49.8 KB 2702:440c3e4038fd   6 years wstein fixes to cleaner to work the first time its ever used by a user; fix to …
integer_mod_ring.py 20.4 KB 2664:9d1a6da9da30   6 years wstein A huge amount -- starting with writing tons of doctests for power series, …
integer_ring.pxd 102 bytes 2664:9d1a6da9da30   6 years wstein A huge amount -- starting with writing tons of doctests for power series, …
integer_ring.py 3.8 KB 2664:9d1a6da9da30   6 years wstein A huge amount -- starting with writing tons of doctests for power series, …
integer_ring.pyx 13.6 KB 2666:0c5c50a0c492   6 years wstein fixes so is cross platform.
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 7.6 KB 2681:91982341eb59   6 years wstein sparse laurent series; fix latex printing of power series to include O().
laurent_series_ring_element.py 20.9 KB 2681:91982341eb59   6 years wstein sparse laurent series; fix latex printing of power series to include O().
memory.pyx 912 bytes 2664:9d1a6da9da30   6 years wstein A huge amount -- starting with writing tons of doctests for power series, …
morphism.py 17.1 KB 2552:0a6c4b0ca711   6 years wstein change to RNDN mode, etc.
mpc.pyx 16.0 KB 1840:0ef05fee3ce2   7 years wstein Systematic _coerce_, etc.
mpfi.pxi 12.2 KB 2617:616e5624646c   6 years wstein Switch to Carl Witty's new MPFI wrapper; also some fixes for the reference …
mpfr.pxi 5.2 KB 2616:fbf0d1861020   6 years wstein merge
multi_polynomial_element.py 37.6 KB 2396:409bc28df0e3   6 years wstein merge in robert's changes and additions.
multi_polynomial_ideal.py 31.6 KB 2485:405159b758a0   6 years wstein Fix some issues that arose from fixing Trac bug #39.
multi_polynomial_ring.py 23.2 KB 2665:efaef1d68355   6 years wstein minor fix.
noetherian_ring.py 735 bytes 1319:a49c4e37b785   7 years wstein Massive patch! (1) Python 2.5; (2) Complete reoranization of Pyrex code. …
padic.py 29.2 KB 2664:9d1a6da9da30   6 years wstein A huge amount -- starting with writing tons of doctests for power series, …
padic_field.py 3.6 KB 2531:8da5c79260af   6 years wstein Fix trac #98 -- padic print_prec problem.
pari_ring.py 2.6 KB 1859:11d425b2e0bb   7 years wstein All ring doctests pass.
polydict.pyx 31.7 KB 1859:11d425b2e0bb   7 years wstein All ring doctests pass.
polynomial_element.pxd 532 bytes 2632:26b9862deb73   6 years wstein Checkpoint -- switching to sagex'd polynomials.
polynomial_element.pyx 53.7 KB 2664:9d1a6da9da30   6 years wstein A huge amount -- starting with writing tons of doctests for power series, …
polynomial_element_generic.py 59.8 KB 2664:9d1a6da9da30   6 years wstein A huge amount -- starting with writing tons of doctests for power series, …
polynomial_fateman.py 2.5 KB 2632:26b9862deb73   6 years wstein Checkpoint -- switching to sagex'd polynomials.
polynomial_pyx.pyx 35.0 KB 2398:b6bea9815687   6 years wstein Fixed a number of tiny problems related to new improved pow from …
polynomial_quotient_ring.py 21.9 KB 2664:9d1a6da9da30   6 years wstein A huge amount -- starting with writing tons of doctests for power series, …
polynomial_quotient_ring_element.py 16.3 KB 2683:555dfe784a86   6 years wstein Cleaned up the doc browser a little (much simpler to use?); fixed some …
polynomial_ring.py 25.0 KB 3038:8851a7dda744   6 years ncalexander merge
polynomial_ring_constructor.py 12.0 KB 2664:9d1a6da9da30   6 years wstein A huge amount -- starting with writing tons of doctests for power series, …
polynomial_singular_interface.py 16.4 KB 2641:34b88d07591b   6 years wstein fix for not important real_mpfr
power_series_ring.py 19.6 KB 2683:555dfe784a86   6 years wstein Cleaned up the doc browser a little (much simpler to use?); fixed some …
power_series_ring_element.py 49.3 KB 2681:91982341eb59   6 years wstein sparse laurent series; fix latex printing of power series to include O().
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 10.4 KB 2337:361b4570d4ff   6 years wstein Bunches of little things to fix doctest problems.
quotient_ring_element.py 4.8 KB 1859:11d425b2e0bb   7 years wstein All ring doctests pass.
rational.pxd 381 bytes 2664:9d1a6da9da30   6 years wstein A huge amount -- starting with writing tons of doctests for power series, …
rational.pxi 164 bytes 1319:a49c4e37b785   7 years wstein Massive patch! (1) Python 2.5; (2) Complete reoranization of Pyrex code. …
rational.pyx 32.5 KB 2698:24c4ff3791d3   6 years wstein improved sage handling of discrete logs (vastly faster in Z/nZ now)
rational_field.py 8.2 KB 2664:9d1a6da9da30   6 years wstein A huge amount -- starting with writing tons of doctests for power series, …
real_double.pxd 423 bytes 2664:9d1a6da9da30   6 years wstein A huge amount -- starting with writing tons of doctests for power series, …
real_double.pxi 38 bytes 1856:8e4d2b643893   7 years wstein Added ParentWithBase?; included some other files that were missing.
real_double.pyx 30.6 KB 2664:9d1a6da9da30   6 years wstein A huge amount -- starting with writing tons of doctests for power series, …
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.7 KB 2633:405c171682db   6 years wstein Various fixes related to switching to new sagex compiled base class for …
real_mpfi.pyx 71.0 KB 2672:d45f06b2d79a   6 years cwitty More functions, docstrings, and doctests for real_mpfi.pyx
real_mpfr.pxd 650 bytes 2585:90c3e261c5f2   6 years wstein Fix trac # 204 and do some optimization.
real_mpfr.pyx 51.7 KB 2674:939876955108   6 years wstein merge in mpfi/mpfri improvements
ring.pxd 743 bytes 2398:b6bea9815687   6 years wstein Fixed a number of tiny problems related to new improved pow from …
ring.pyx 26.5 KB 2664:9d1a6da9da30   6 years wstein A huge amount -- starting with writing tons of doctests for power series, …
ring_element.py 743 bytes 1818:139ace7cdede   7 years wstein Get rid of Element_cmp_, which was a hack to get around problems with …
sparse_poly.pyx 13.3 KB 1793:44908f34fc39   7 years wstein Changed to use sage_free / sage_malloc systematically everywhere. Now it …
stdint.h 206 bytes 1788:d9cb09bfc30b   7 years wstein Fixed trac bug #166: "incorrect wrapping for modular arithmetic negation"
Note: See TracBrowser for help on using the repository browser.