source: git/libpolys/polys/nc

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7203f7   9 years hannes fix (windows port): move reference to NF/BBA stuff to function pointers fieker-DuValspielwiese
(edit) @1b7bc4   9 years hannes Revert "fix: move references to k_NF in libpolys to r->NF (windows ... fieker-DuValspielwiese
(edit) @7a5d05   9 years hannes fix: move references to k_NF in libpolys to r->NF (windows port) fieker-DuValspielwiese
(edit) @f6cd60   9 years hannes fix: bad forward declartion...:kNF->k_NF fieker-DuValspielwiese
(edit) @c6ded3   9 years hannes renamed kNF with ring arg to k_NF fieker-DuValspielwiese
(edit) @75f460   9 years hannes format fieker-DuValspielwiese
(edit) @abd6a8   9 years Oleksandr Compiler warning (unused argument) elimination fieker-DuValspielwiese
(edit) @fea494   10 years hannes format fieker-DuValspielwiese
(edit) @5faa0e1   10 years Oleksandr Fixing trac ticket #637 : non-constant 1st argument to nc_algebra fieker-DuValspielwiese
(edit) @1c4822a   10 years Oleksandr Fix bugs due to clang warnings... fieker-DuValspielwiese
(edit) @73a12c   10 years hannes fix: spoly(poly,vector) is legal: res in q-ring case fieker-DuValspielwiese
(edit) @1a3437   10 years hannes change mod for numbers to mod for bigint, p5 fieker-DuValspielwiese
(edit) @ec89bb4   10 years hannes chg: nNeg -> nInpNeg, also n_InpNeg, cfInpNeg fieker-DuValspielwiese
(edit) @fd1b1be   10 years Oleksandr Minor header correction fieker-DuValspielwiese
(edit) @9f7665   10 years Oleksandr Removed HAVE_CONFIG guards fix: fixed the inclusion of ... fieker-DuValspielwiese
(edit) @7fe9e13   10 years Oleksandr Renamed NDEBUG -> SING_NDEBUG in order to avoid confusion with GCC macro fieker-DuValspielwiese
(edit) @805db88   11 years Oleksandr Avoid "if ((P)) " since clang treats such statements specially fieker-DuValspielwiese
(edit) @ba5e9e   11 years Oleksandr Changed configure-scripts to generate individual public config files ... fieker-DuValspielwiese
(edit) @35564a5   11 years Oleksandr An attempt to explicitely declare all used templates in order to use ... fieker-DuValspielwiese
(edit) @16f511   11 years Oleksandr Fixed the usage of "config.h" (if defined HAVE_CONFIG_H) fieker-DuValspielwiese
(edit) @b56249   11 years Oleksandr Misc fixes due to building on Mac OS X 10.6 fix: no ... fieker-DuValspielwiese
(edit) @2e4ec14   11 years ren fix: -Wunused-parameter warnings fieker-DuValspielwiese
(edit) @6909cfb   11 years ren fix: -Wunused-variable warnings fieker-DuValspielwiese
(edit) @d9947d   11 years hannes fix: set ext_ref to NULL for new nc-ring fieker-DuValspielwiese
(edit) @14ad9b   11 years Oleksandr Fix gcc warnings fieker-DuValspielwiese
(edit) @07ff96   11 years hannes optim. multiplication/equality test for algext.cc fieker-DuValspielwiese
(edit) @bc2606   11 years Oleksandr Compiler warnings elimination fieker-DuValspielwiese
(edit) @6fcddc9   11 years Oleksandr Made SCA's iFirstAltVar & iLastAltVar to be short fieker-DuValspielwiese
(edit) @30664c   11 years Oleksandr Warning elimination + cosmetics fieker-DuValspielwiese
(edit) @b4c464c   11 years hannes fix: tr. #463 (from master) fieker-DuValspielwiese
(edit) @32a76d   11 years Oleksandr Fixing wrongs thx to clang warnings fieker-DuValspielwiese
(edit) @cc4cc80   11 years Oleksandr Eliminate compiler warnings fieker-DuValspielwiese
(edit) @8179468   11 years Oleksandr Better forward declarations and includes for bucket-related stuff ... fieker-DuValspielwiese
(edit) @922962   12 years hannes chg: p_Minus_mm_Mult_qq optim. fieker-DuValspielwiese
(edit) @abe5c8   12 years hannes chg: removed parameter last from p_*templates fieker-DuValspielwiese
(edit) @6ce030f   12 years Oleksandr removal of the $Id$ svn tag from everywhere NOTE: the git SHA1 may be ... fieker-DuValspielwiese
(edit) @fc2746   12 years Oleksandr fix the usage of iiWriteMatrix NOTE: trailing (int)0 have been ... fieker-DuValspielwiese
(edit) @1f5565d   12 years Oleksandr added HWeyl add: experimental handling of homogenized Weyl algebras ... fieker-DuValspielwiese
(edit) @232bbd5   12 years Oleksandr switchable NC-extensions add/chg: two more non-commutative (special ... fieker-DuValspielwiese
(edit) @64f0ca   12 years Oleksandr proper hack for SCA fix: SCA test + initialization fix: GB over a SCA ... fieker-DuValspielwiese
(edit) @80ca3c   12 years Oleksandr NC-subsystem preparations fix: gnc_GB properly add: gb_hack.h to help ... fieker-DuValspielwiese
(edit) @2d2e40   12 years hannes fix: warning messages: unsed variable/parameter fieker-DuValspielwiese
(edit) @d2f720   13 years ranosch CHG: unused variables fieker-DuValspielwiese
(edit) @c7aad0   13 years Oleksandr FIX: non-commutative (left) GB should now work. NOTE: SCA was disabled ... fieker-DuValspielwiese
(edit) @24a614b   13 years Oleksandr FIX: nc_p_Bracket_qq must take the 3rd RING argument! fieker-DuValspielwiese
(edit) @737a68   13 years Oleksandr CHG: moved libpolys/polys/polys.h to kernel/polys.h & updated includes ... fieker-DuValspielwiese
(edit) @33e249b   13 years Oleksandr ADD: export 'rIsLikeOpposite' fieker-DuValspielwiese
(edit) @e63576   13 years Oleksandr FIX: started moving GB-related non-commutative routines to kernel/ fieker-DuValspielwiese
(edit) @c6c3f1   13 years Oleksandr ADD: export nc_CheckSubalgebra fieker-DuValspielwiese
(edit) @9d4b8c   13 years Oleksandr ADD: export nc_PolyPolyRed fieker-DuValspielwiese
(edit) @eaae7d   13 years Oleksandr FIX: more non-commutative functions should be public ADD: ... fieker-DuValspielwiese
(edit) @76fead   13 years hannes syntax fix after rebase fieker-DuValspielwiese
(edit) @210e07   13 years Oleksandr ADD: testing headers with "make test.o" FIX: cleaning up headers in ... fieker-DuValspielwiese
(edit) @964389   13 years Oleksandr ADD: add INSTALL_PREFIX macro into config.h and to the search path fieker-DuValspielwiese
(edit) @da49bc   13 years hannes fix memeory leaks (tr 214, svn 14322,14323) fieker-DuValspielwiese
(edit) @0276c1   13 years hannes fix: some "unused parameter" warnings fieker-DuValspielwiese
(edit) @01c1d0   13 years Oleksandr FIX: moved P/minpoly/parameters from ring to coeff fieker-DuValspielwiese
(edit) @13366d   13 years Oleksandr FIX: rSetISReference FIX: sca should not rely on kNF/sca_bba for the ... fieker-DuValspielwiese
(edit) @a60e0b   13 years mohamed.barakat fixed the syntax for compilers in pedantic mood :) fieker-DuValspielwiese
(edit) @0a3a629   13 years Oleksandr FIX: fixed the matrix-related inteface: e.g. mpCopy(matrix) -> ... fieker-DuValspielwiese
(edit) @ee33a7   13 years Oleksandr FIX: eliminate some minor warnings (";") fieker-DuValspielwiese
(edit) @1377c9   13 years Oleksandr ADD: ncSAMult.{h,cc} - the last of NC arithmetics fieker-DuValspielwiese
(edit) @d6a97c3   13 years Oleksandr FIX: the rest of NC-related stuff can be compiled in now fieker-DuValspielwiese
(edit) @40d0649   13 years Oleksandr FIX: most of NC-stuff fieker-DuValspielwiese
(edit) @32d07a5   13 years Oleksandr Adding/Fixing currRing for non-commutative stuff fieker-DuValspielwiese
(edit) @f7a975   13 years hannes moved simple ideal stuff to simpleideals.h renamed ideals.cc to ... fieker-DuValspielwiese
(edit) @028192   13 years Oleksandr FIX: p_polys.cc, ring.cc (mostly NC-stuff + ideals/matrices/numbers) fieker-DuValspielwiese
(edit) @45d2332   13 years Oleksandr FIX: p_polys.cc CHG: use mylimits.h instead of limit.h in misc/auxiliary.h! fieker-DuValspielwiese
(edit) @4f0f42   13 years Oleksandr FIX: non-commutative interface in nc/*, main header: nc.h fieker-DuValspielwiese
(add) @cf3743   13 years Oleksandr ADD: Starting to move in the non-commutative stuff fieker-DuValspielwiese
Note: See TracRevisionLog for help on using the revision log.