|
|
@e078e0
|
11 years |
Oleksandr |
fixing the build system as suggested by autoreconf & fixing the fix
...
spielwiese
|
|
|
@de88371
|
11 years |
Oleksandr |
Added stubs for putting the actual code (TODO!), where required (i.e. ...
spielwiese
|
|
|
@975db18
|
11 years |
Oleksandr |
implementing PolyCoeffsEnumerator: enumerator for simple iteration ...
spielwiese
|
|
|
@98474f
|
11 years |
Oleksandr |
Abstract iterator/enumerator interfaces + dummies for ClearContent and ...
spielwiese
|
|
|
@805d0b1
|
11 years |
Oleksandr |
improved (standalone!) header for polynomials ...
spielwiese
|
|
|
@644f81
|
11 years |
Oleksandr |
eliminates some more of compiler warnings: "unused result value"
spielwiese
|
|
|
@b807aa0
|
11 years |
Oleksandr |
minor improvements at coeffs
add: doxygen
chg: avoid access to ...
spielwiese
|
|
|
@48ca29
|
11 years |
Oleksandr |
add: doxygen description
spielwiese
|
|
|
@cffd3e
|
11 years |
hannes |
fix: ringlist with real/complex
spielwiese
|
|
|
@24a9587
|
11 years |
hannes |
add: det for bigintmat
spielwiese
|
|
|
@aaf761
|
11 years |
hannes |
fix: assume in range check
spielwiese
|
|
|
@2fd733
|
11 years |
hannes |
fix: #329, part2: transext
spielwiese
|
|
|
@afda22
|
11 years |
hannes |
fix: #329, part 1: alg. ext
spielwiese
|
|
|
@eea50a
|
11 years |
hannes |
fix: bigintmat-transpose
spielwiese
|
|
|
@bca341
|
11 years |
hannes |
fix: naIsOne, naIsMOne
improved: algext.cc::definiteReduce
spielwiese
|
|
|
@510dbc
|
11 years |
hannes |
add: transpose for bigintmat
spielwiese
|
|
|
@599813
|
11 years |
Oleksandr |
minor changes/improvements
add: default return value for a ...
spielwiese
|
|
|
@a28cb4f
|
11 years |
Oleksandr |
fix: bug: rOrd_SetCompRequiresSetm was missing 'am'
chg: minor cleanup ...
spielwiese
|
|
|
@ebbb9c
|
11 years |
hannes |
fix: assign bigint = something should fail for 1x0 matrices
fix: #427, ...
spielwiese
|
|
|
@42253a
|
11 years |
martinlee84 |
chg: deleted fieldGCD related stuff outside of factory
spielwiese
|
|
|
@75f10d
|
11 years |
hannes |
add: bigintmat stuff from master
spielwiese
|
|
|
@5c0bf0
|
11 years |
hannes |
removed: clapsing.cc::primepower: not nedded anymore
spielwiese
|
|
|
@fe02b1
|
11 years |
Oleksandr |
my rewrite of bigintmat as a matrix of numbers from any coeff. domain
...
spielwiese
|
|
|
@84fc1f
|
11 years |
Oleksandr |
moved Hans's bigintmat from libmisc to libcoeffs (almost verbatim)
spielwiese
|
|
|
@9127cc
|
11 years |
hannes |
add: basics for bigintmat
spielwiese
|
|
|
@aa2bcca
|
11 years |
hannes |
fix: #414: output of n in Z/2^m (from master)
spielwiese
|
|
|
@ea1d44c
|
11 years |
martinlee84 |
chg: count factors only in debug version
spielwiese
|
|
|
@3b8a6e
|
11 years |
Oleksandr |
removed AM_LDFLAGS from those Makefile.am where a library is built
...
spielwiese
|
|
|
@9f524d
|
11 years |
Oleksandr |
reverted library packing with LIBADD
chg: correct _LDADD
chg: no use ...
spielwiese
|
|
|
@4bc0ab9
|
11 years |
Oleksandr |
updated all active automake files: INCLUDES -> AM_CPPFLAGS
chg: ... ...
spielwiese
|
|
|
@b4a676
|
11 years |
Oleksandr |
made findexec into a standalone library + removal of resources
add: ...
spielwiese
|
|
|
@0c6947
|
11 years |
Oleksandr |
fix includes of 'resources/feFopen.h'
spielwiese
|
|
|
@131ab78
|
11 years |
hannes |
fix: p_Power, p_TewoMonPower for exp > char(k)
spielwiese
|
|
|
@854405
|
11 years |
hannes |
chg: move feFopen to findexec dir.
spielwiese
|
|
|
@a10fdf
|
11 years |
hannes |
fix: trac.sagemath.org/sage_trac/ticket/7795 (p_Power: very large ...
spielwiese
|
|
|
@16c400
|
11 years |
Oleksandr |
fix rDelete should delete qideal!
spielwiese
|
|
|
@7e9f12
|
11 years |
Oleksandr |
removed minimal ideal from AlgExtInfo infavour of qring
chg: algext. ...
spielwiese
|
|
|
@bcfd11a
|
11 years |
Oleksandr |
elimination of rMinpolyIsNULL in favour of nCoeff_is_algExt
fix ...
spielwiese
|
|
|
@dd668f
|
11 years |
Oleksandr |
use minideal (instead of qideal) in rCompose
chg: use qideal instead ...
spielwiese
|
|
|
@f630e4
|
11 years |
Oleksandr |
set coeffs::nNULL if needed...
spielwiese
|
|
|
@47dcc3c
|
11 years |
Oleksandr |
Merge pull request #88 from ederc/sp-devel-texring
fix for ...
spielwiese
|
|
|
@3c0498
|
11 years |
hannes |
fix: minpoly in ringlist (Manaul/elimRing.tst)
spielwiese
|
|
|
@619d03
|
11 years |
Christian Eder |
fix for Manual/texring.tst:
Adds initialization of r->cf->nNULL
spielwiese
|
|
|
@d42add3
|
11 years |
martinlee84 |
fix: rSum for Zp(a)+Z, Q(a)+Q
spielwiese
|
|
|
@d4fa60
|
11 years |
martinlee84 |
chg: added cfInit_bigint for GF
spielwiese
|
|
|
@1090a98
|
11 years |
Oleksandr |
fix n_Int of ZERO number over extension fields (alg & trans)
spielwiese
|
|
|
@da5d77
|
11 years |
Oleksandr |
minor changes to ParDeg
chg: ndParDeg is a static function
add: ...
spielwiese
|
|
|
@66b967
|
11 years |
Oleksandr |
gmp_float::is(One|MOne|Zero) are const methods
spielwiese
|
|
|
@7fee876
|
11 years |
Oleksandr |
moved prarameter-handling to coeffs from rings.* and related fixes
...
spielwiese
|
|
|
@ce1f78
|
11 years |
Oleksandr |
fixed short/long output of coeffs depending on ShortOut/CanShortOut ...
spielwiese
|
|
|
@cd9796
|
11 years |
Oleksandr |
added real const pointers due to typedefs
NOTE: ...
spielwiese
|
|
|
@da0565
|
11 years |
Oleksandr |
fix "equal coeffs test" in preimage.
spielwiese
|
|
|
@4d94c97
|
11 years |
Oleksandr |
improved n[at]CoeffIsEqual
chg: they should test the *equality* of ...
spielwiese
|
|
|
@90934a
|
11 years |
Oleksandr |
better rEqual & rSamePolyRep
fix: they both should test the equality ...
spielwiese
|
|
|
@55e2df0
|
11 years |
Oleksandr |
added p_EqualPolys for elements over _equal_ rings
spielwiese
|
|
|
@2c0c30
|
11 years |
Oleksandr |
fix: rDelete didn't care about reference counter... should it?
NOTE: ...
spielwiese
|
|
|
@dad9fb
|
11 years |
Oleksandr |
Merge pull request #82 from mmklee/bug_fixes_sw
Bug fixes sw
spielwiese
|
|
|
@788fdf
|
11 years |
hannes |
fix: p_deg/p_GetOrder for ordering am
spielwiese
|
|
|
@28216f
|
11 years |
martinlee84 |
fix: ntGetDenom & ntGetNumerator
spielwiese
|
|
|
@90f57e
|
11 years |
martinlee84 |
fix: n_PermNumber
spielwiese
|
|
|
@7089a9
|
11 years |
martinlee84 |
fix: init of short reals from bigint
spielwiese
|
|
|
@39af60
|
11 years |
martinlee84 |
fix: rSumInternal for Z/p+Z/p(a) and Q+Q(a) or Q+Z/p(a)
spielwiese
|
|
|
@8df232
|
11 years |
martinlee84 |
fix: init of real and complex numbers from bigints
spielwiese
|
|
|
@3a8a0d9
|
11 years |
Oleksandr |
fixes to _am ordering
add: additional int* weights_m pointer in ...
spielwiese
|
|
|
@9b1590
|
11 years |
Oleksandr |
made rSetISReference to copy leading term only
spielwiese
|
|
|
@f3461d
|
11 years |
Oleksandr |
removed componentWeights from IS-ordering
NOTE/TODO: the induced ...
spielwiese
|
|
|
@de0a2a
|
11 years |
Oleksandr |
minor improvements to IS ordering
chg: better rDebugPrint output
chg: ...
spielwiese
|
|
|
@fc2746
|
11 years |
Oleksandr |
fix the usage of iiWriteMatrix
NOTE: trailing (int)0 have been ...
spielwiese
|
|
|
@9e26458
|
11 years |
martinlee84 |
fix: avoid wrong registration of coeffs 'integer'
fix: removed an ...
spielwiese
|
|
|
@ece1ce
|
11 years |
hannes |
fix: rCompose/NegOffset for ordering am/
spielwiese
|
|
|
@f93c5e9
|
11 years |
hannes |
add: new order am: weights on vars and gens
spielwiese
|
|
|
@f323dd1
|
11 years |
hannes |
chg: move feResource to findexec lib
spielwiese
|
|
|
@7ee1907
|
11 years |
hannes |
chg: update to ssi-3
spielwiese
|
|
|
@6fcb1b3
|
11 years |
Oleksandr |
fixing 32bit via 64bit issues
fix: removed typedef for long64 from ...
spielwiese
|
|
|
@ece30c
|
11 years |
Oleksandr |
Revert "fix the opposite 64bit-compiler-test at ...
spielwiese
|
|
|
@3b2b4c7
|
11 years |
Oleksandr |
cleaned up the resource search pathes
spielwiese
|
|
|
@74f51f
|
11 years |
Oleksandr |
fix induced degrees for the Schreyer ordering...
NOTE/TODO: it looks ...
spielwiese
|
|
|
@e4f491
|
11 years |
Oleksandr |
fix the Schreyer ordering for bigger components...
spielwiese
|
|
|
@5c0183
|
11 years |
Oleksandr |
fix the induced Schreyer ordering
add: a test due to Chrisian
add: ...
spielwiese
|
|
|
@860bce
|
11 years |
Oleksandr |
repaired dyn_modules/bigintm
fix: adaptation to spielwiese
chg: use ...
spielwiese
|
|
|
@2f3764
|
11 years |
Oleksandr |
n_Init and p_ISet take a "long" (instead of "int") argument
spielwiese
|
|
|
@02fe5f
|
11 years |
Oleksandr |
change: n_Init for mpz_t is called n_InitMPZ now
spielwiese
|
|
|
@260672
|
11 years |
Oleksandr |
minor cleanup
chg: better indentation
chg: converted comments into ...
spielwiese
|
|
|
@772990
|
11 years |
Oleksandr |
fix the package install
FIX: install all needed headers (e.g. for ...
spielwiese
|
|
|
@1f5565d
|
11 years |
Oleksandr |
added HWeyl
add: experimental handling of homogenized Weyl algebras ...
spielwiese
|
|
|
@f23cce
|
11 years |
Oleksandr |
fix testing libpoly (due to NC&GB thing)
spielwiese
|
|
|
@232bbd5
|
11 years |
Oleksandr |
switchable NC-extensions
add/chg: two more non-commutative (special ...
spielwiese
|
|
|
@64f0ca
|
11 years |
Oleksandr |
proper hack for SCA
fix: SCA test + initialization
fix: GB over a SCA ...
spielwiese
|
|
|
@80ca3c
|
11 years |
Oleksandr |
NC-subsystem preparations
fix: gnc_GB properly
add: gb_hack.h to help ...
spielwiese
|
|
|
@1ffd5a
|
11 years |
Oleksandr |
fix libpolys/polys dependency on an installed factory...
spielwiese
|
|
|
@825966
|
11 years |
Oleksandr |
function-to-function/object warnings
fix the warnings using a union ...
spielwiese
|
|
|
@f2d314
|
11 years |
Oleksandr |
fix the opposite 64bit-compiler-test at libpolys/misc/mylimits.h
spielwiese
|
|
|
@a3aa3f
|
11 years |
hannes |
fix: setting pLdeg/pLdegOrig
spielwiese
|
|
|
@48a41a
|
11 years |
hannes |
chg: introduce n_ParDeg for pardeg(number)
spielwiese
|
|
|
@69672d
|
11 years |
hannes |
fix: pardeg
spielwiese
|
|
|
@5b3e93
|
11 years |
Oleksandr |
install the dynamicly loaded modules (for specific rings) aside with ...
spielwiese
|
|
|
@e65b1a4
|
11 years |
Oleksandr |
fix libfac on case-insensitive file systems
CHG: renamed ...
spielwiese
|
|
|
@47ab5b
|
11 years |
Oleksandr |
fixing real (GMP) complex numbers (n_long_C)
fix: this domain also ...
spielwiese
|
|
|
@237b4dd
|
11 years |
hannes |
fix: introduce ntNormalize
spielwiese
|
|
|
@65c5f5
|
11 years |
hannes |
chg: make the simple part of nlInpAdd an inline routine, hide the rest
spielwiese
|
|
|