source: git/libpolys

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @a94666   13 years Oleksandr FIX: GMP/NTL must be at the end of liner's lib. list fieker-DuValspielwiese
(edit) @b346ac   13 years Oleksandr FIX: GMP must be at the end of linker's library list fieker-DuValspielwiese
(edit) @a3d94c   13 years Oleksandr FIX: finxing a circular dependency due to kbuckets.h and ... fieker-DuValspielwiese
(edit) @88ece17   13 years hannes kernel: make check works (moved febase stuff to Singular/fevoices.cc, ... fieker-DuValspielwiese
(edit) @cb1a06   13 years hannes moved printlevel to kernel/febase.h fieker-DuValspielwiese
(edit) @74d48c   13 years hannes fix scanner.cc (via kernel/febase.h) fieker-DuValspielwiese
(edit) @2c52441   13 years Oleksandr FIX: last corrections for broken libpolys fieker-DuValspielwiese
(edit) @d16ea9   13 years Oleksandr FIX: fixing / exporting Minors-related functions in ideals.* fieker-DuValspielwiese
(edit) @af66d6   13 years Oleksandr FIX: most Syzygy-related (e.g. *Comps) functions need a ring now fieker-DuValspielwiese
(edit) @7e53d9   13 years Oleksandr FIX: rCurrRingAssure_* -> rAssure_* + rChangeCurrRing fieker-DuValspielwiese
(edit) @2a38d90   13 years Oleksandr CHG: minor fixes + idPrint/idShow fieker-DuValspielwiese
(edit) @af223b0   13 years burcin Fix Singular/fehelp.cc. fieker-DuValspielwiese
(edit) @fe66ba8   13 years martinlee84 fixed janet.cc fieker-DuValspielwiese
(edit) @71fcb3f   13 years burcin Fix (?) feOpt.cc. fieker-DuValspielwiese
(edit) @a0432f   13 years burcin Fixed Singular/ipconv.cc (if it breaks it's Oleksandr's fault). fieker-DuValspielwiese
(edit) @8fa9ea   13 years burcin Fix Singular/subexpr.cc. fieker-DuValspielwiese
(edit) @f9591a   13 years hannes id_ChineseRemainder fieker-DuValspielwiese
(edit) @e8c8d5   13 years hannes n_Farey, n_ChineseRemainder -> coeffs.h fieker-DuValspielwiese
(edit) @c6c3f1   13 years Oleksandr ADD: export nc_CheckSubalgebra fieker-DuValspielwiese
(edit) @0a1755   13 years Oleksandr ADD: rHas Global/Local/Mixed Ordering and _currRing() fieker-DuValspielwiese
(edit) @9d4b8c   13 years Oleksandr ADD: export nc_PolyPolyRed fieker-DuValspielwiese
(edit) @5835ba4   13 years hannes fix misc/auxiliary.h.in, Singular/makefile fieker-DuValspielwiese
(edit) @1745e5   13 years hannes int64.* ->misc, rCopy0AndAddA ->ring.h, fix walkSupport.cc fieker-DuValspielwiese
(edit) @2b85f31   13 years hannes fix includes of polys/monomials/p_polys.h (-> fix fast_map.cc) fieker-DuValspielwiese
(edit) @7ac612   13 years hannes cahnged: maFindPerm (uses cf->type instead of cf->ch) fieker-DuValspielwiese
(edit) @ad3aa7   13 years hannes id_MinDegW -> simpleideals.h, simpleideals.cc fieker-DuValspielwiese
(edit) @71955d   13 years hannes idElem, id_Normalize -> simpleideals.h, simpleideals.cc fieker-DuValspielwiese
(edit) @73ad0c   13 years hannes p_Var, p_LOwVar -> p_polys.h, p_polys.cc fieker-DuValspielwiese
(edit) @bf6a4d   13 years hannes add and fix: sparsmat.cc fieker-DuValspielwiese
(edit) @441a2e   13 years hannes restore: mp_RecMin, mp_detBareiss -> matpol.cc fieker-DuValspielwiese
(edit) @b28bafe   13 years Oleksandr FIX: feInitResources should now take an [_const_ char*] argv0 fieker-DuValspielwiese
(edit) @920581   13 years Oleksandr CHG: moved GFInfo to coeffs.h fieker-DuValspielwiese
(edit) @b7cfaf   13 years hannes fix: pSeries moved pShift to p_polys::p_Shift fieker-DuValspielwiese
(edit) @f32381c   13 years hannes removed pLDeg from p_polys.h fieker-DuValspielwiese
(edit) @bc1fdb   13 years Oleksandr CHG: npInt: result is in -p/2..p/2 due to Singular conventions (Hans!) fieker-DuValspielwiese
(edit) @0461f0   13 years Oleksandr ADD: added sainity tests inside modulop CHG: 'npInt' returns the ... fieker-DuValspielwiese
(edit) @1fdb6e   13 years hannes move code (p_Last) to p_polys.cc fieker-DuValspielwiese
(edit) @eaae7d   13 years Oleksandr FIX: more non-commutative functions should be public ADD: ... fieker-DuValspielwiese
(edit) @359d86d   13 years martinlee84 moved p_Last from kpolys.cc to kInline.h moved pLast(poly,int), pLast ... fieker-DuValspielwiese
(edit) @9b3700   13 years martinlee84 added n_ExtGcd, n_IntMod and n_DivComp to coeffs.h added currRing, ... fieker-DuValspielwiese
(edit) @f0a8c59   13 years Oleksandr FIX: pNorm, was a macro => wrong method name... :/ FIX: nGcd may need ... fieker-DuValspielwiese
(edit) @c6e80e   13 years Oleksandr FIX: kInline.cc should be a header: kInline.h ADD: nGcd/pDeg can be ... fieker-DuValspielwiese
(edit) @1f637e   13 years Oleksandr FIX: replaced pVariables by currRing->N... ADD: added 'void ... fieker-DuValspielwiese
(edit) @6ed8c4   13 years martinlee84 added const ring to some functions in linearAlgebra.* (TODO complete ... fieker-DuValspielwiese
(edit) @e276e4   13 years Oleksandr FIX: minor correction fieker-DuValspielwiese
(edit) @702175   13 years hannes extern ring currRing -> polys/polys.h fieker-DuValspielwiese
(edit) @31f1262   13 years hannes order of includes - for test.cc fieker-DuValspielwiese
(edit) @22a09d   13 years hannes order of includes fieker-DuValspielwiese
(edit) @ed47edf   13 years hannes fix typo fieker-DuValspielwiese
(edit) @9d53d0   13 years hannes fix includes for C-files fieker-DuValspielwiese
(edit) @7d0225   13 years hannes new files in factory added to Makefile.am fieker-DuValspielwiese
(edit) @76fead   13 years hannes syntax fix after rebase fieker-DuValspielwiese
(edit) @801bdb   13 years Oleksandr FIX: still need old.gring.cc for NC stuff fieker-DuValspielwiese
(edit) @210e07   13 years Oleksandr ADD: testing headers with "make test.o" FIX: cleaning up headers in ... fieker-DuValspielwiese
(edit) @4ecc5a4   13 years hannes syntax fix fieker-DuValspielwiese
(edit) @964389   13 years Oleksandr ADD: add INSTALL_PREFIX macro into config.h and to the search path fieker-DuValspielwiese
(edit) @44d5ad   13 years seelisch added documentation in coeffs.h fieker-DuValspielwiese
(edit) @0afa07   13 years seelisch removed cfPar, cfParDeg, n_Par, n_ParDeg, ndPar, ndParDeg from coeffs fieker-DuValspielwiese
(edit) @6a7368   13 years Oleksandr FIX: IsRing should be available for DivBy!? fieker-DuValspielwiese
(edit) @5469a9   13 years Oleksandr FIX: n_DivBy should work for fields as well! fieker-DuValspielwiese
(edit) @3159bc   13 years Oleksandr FIX: Bug fix: n->cfCopy MUST be ndCopy BUT NOT 'nd_Copy' by default! fieker-DuValspielwiese
(edit) @353caa   13 years Oleksandr ADD: exposing const char *n_Read(const char * s, number * a, const ... fieker-DuValspielwiese
(edit) @44d898   13 years Oleksandr ADD: n_DivBy should be _always_ visible! fieker-DuValspielwiese
(edit) @d12f186   13 years seelisch bug in coeffs.h, removing nested fractions in ext. fields over Q fieker-DuValspielwiese
(edit) @06df101   13 years seelisch handled nested fractions (when over Q), found bug in longrat.cc (see ... fieker-DuValspielwiese
(edit) @2d3091c   13 years seelisch test for trac ticket #308 with new implementation (result is instantaneous) fieker-DuValspielwiese
(edit) @da49bc   13 years hannes fix memeory leaks (tr 214, svn 14322,14323) fieker-DuValspielwiese
(edit) @e5d267   13 years seelisch cancellation of gcd in rat. funct. fields fieker-DuValspielwiese
(edit) @df43d9   13 years hannes fix tr. 346: p_PermPoly fieker-DuValspielwiese
(edit) @010f3b   13 years seelisch more tests for transcendental case fieker-DuValspielwiese
(edit) @de90c01   13 years seelisch poly_tests for transcendental ext fields fieker-DuValspielwiese
(edit) @f59722   13 years hannes convert to inline routine: nlInpMult fieker-DuValspielwiese
(edit) @5e0035   13 years hannes p_procs_dynamic: const fieker-DuValspielwiese
(edit) @d2f64e   13 years hannes internal header: prCopyMacros.h fieker-DuValspielwiese
(edit) @fad7c58   13 years hannes p_Mult_q.h is an internal header, mod_raw.* moved to polys (it is not ... fieker-DuValspielwiese
(edit) @18dab28   13 years hannes fix unseless includes of polys-impl.h fieker-DuValspielwiese
(edit) @91c34a   13 years hannes removed empty polys-impl.h fieker-DuValspielwiese
(edit) @6a5b93   13 years hannes more internal headers: p_Procs_Set.h, p_Procs_Static.h, ... fieker-DuValspielwiese
(edit) @d0570be   13 years hannes p_Numbers.h is now an internal header fieker-DuValspielwiese
(edit) @304ad9b   13 years hannes p_MemCmp.h and p_MemCopy.h are now internal headers fieker-DuValspielwiese
(edit) @26a1eb   13 years hannes removed empty pInline0.* fieker-DuValspielwiese
(edit) @2c7f28   13 years seelisch impl. of rat. funct. fields (no tests yet, no cancellation of gcd's yet) fieker-DuValspielwiese
(edit) @9bb5457   13 years hannes fixed warning about unused paramaters in coeffs fieker-DuValspielwiese
(edit) @7af488e   13 years hannes nRegister not needed any more for standard coeffs fieker-DuValspielwiese
(edit) @6ccdd3a   13 years seelisch renamed algring; comments; transext.* added fieker-DuValspielwiese
(edit) @5a4b26   13 years hannes fix build issue for disable-plural fieker-DuValspielwiese
(edit) @488808e   13 years seelisch removed calls to nCoeff_is_Q_a and nCoeff_is_Zp_a (kept definitions ... fieker-DuValspielwiese
(edit) @73a9ffb   13 years seelisch made sure that ch is properly set everywhere, and ch >= 0; more ASSUMEs fieker-DuValspielwiese
(edit) @e676cd   13 years Oleksandr FIX: Doxygen style comments fieker-DuValspielwiese
(edit) @cdf22a9   13 years seelisch using negative chars: needs to be discussed fieker-DuValspielwiese
(edit) @f0797c   13 years seelisch char and ringtype related stuff fieker-DuValspielwiese
(edit) @141342   13 years seelisch nExt replaced by n_algExt and n_transExt fieker-DuValspielwiese
(edit) @48a994   13 years seelisch factory-related includes fieker-DuValspielwiese
(edit) @fd01a8   13 years seelisch testing multivariate gcd from factory: problem in p_polys.cc ('longalg ... fieker-DuValspielwiese
(edit) @e0ae1c   13 years Oleksandr FIX: it seems (due to FreeBSD) that -lfactory should be before -lntl... fieker-DuValspielwiese
(edit) @71f6dbd   13 years Oleksandr ADD: adding cleanup ADD: instead of multiple soft links (*.so), do: ... fieker-DuValspielwiese
(edit) @11837b   13 years Oleksandr ADD: Show Resource-Settings at the beginning of each test-suit fieker-DuValspielwiese
(edit) @05b917   13 years Oleksandr FIX: enable the search for dynamic modules in SEARCH_PATH and load them fieker-DuValspielwiese
(edit) @e0f4de   13 years Oleksandr FIX: FreeBSD tried to compile prCopy.cc before generating prCopy.inc ... fieker-DuValspielwiese
(edit) @b2366e   13 years Oleksandr FIX: libpolys/coeffs/test was not compiled on FreeBSD (renamed into ... fieker-DuValspielwiese
Note: See TracRevisionLog for help on using the revision log.