source: git/libpolys/polys

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @39af60   12 years martinlee84 fix: rSumInternal for Z/p+Z/p(a) and Q+Q(a) or Q+Z/p(a) spielwiese
(edit) @3a8a0d9   12 years Oleksandr fixes to _am ordering add: additional int* weights_m pointer in ... spielwiese
(edit) @9b1590   12 years Oleksandr made rSetISReference to copy leading term only spielwiese
(edit) @f3461d   12 years Oleksandr removed componentWeights from IS-ordering NOTE/TODO: the induced ... spielwiese
(edit) @de0a2a   12 years Oleksandr minor improvements to IS ordering chg: better rDebugPrint output chg: ... spielwiese
(edit) @fc2746   12 years Oleksandr fix the usage of iiWriteMatrix NOTE: trailing (int)0 have been ... spielwiese
(edit) @9e26458   12 years martinlee84 fix: avoid wrong registration of coeffs 'integer' fix: removed an ... spielwiese
(edit) @ece1ce   12 years hannes fix: rCompose/NegOffset for ordering am/ spielwiese
(edit) @f93c5e9   12 years hannes add: new order am: weights on vars and gens spielwiese
(edit) @f323dd1   12 years hannes chg: move feResource to findexec lib spielwiese
(edit) @7ee1907   12 years hannes chg: update to ssi-3 spielwiese
(edit) @6fcb1b3   12 years Oleksandr fixing 32bit via 64bit issues fix: removed typedef for long64 from ... spielwiese
(edit) @74f51f   12 years Oleksandr fix induced degrees for the Schreyer ordering... NOTE/TODO: it looks ... spielwiese
(edit) @e4f491   12 years Oleksandr fix the Schreyer ordering for bigger components... spielwiese
(edit) @5c0183   12 years Oleksandr fix the induced Schreyer ordering add: a test due to Chrisian add: ... spielwiese
(edit) @2f3764   12 years Oleksandr n_Init and p_ISet take a "long" (instead of "int") argument spielwiese
(edit) @260672   12 years Oleksandr minor cleanup chg: better indentation chg: converted comments into ... spielwiese
(edit) @1f5565d   12 years Oleksandr added HWeyl add: experimental handling of homogenized Weyl algebras ... spielwiese
(edit) @232bbd5   12 years Oleksandr switchable NC-extensions add/chg: two more non-commutative (special ... spielwiese
(edit) @64f0ca   12 years Oleksandr proper hack for SCA fix: SCA test + initialization fix: GB over a SCA ... spielwiese
(edit) @80ca3c   12 years Oleksandr NC-subsystem preparations fix: gnc_GB properly add: gb_hack.h to help ... spielwiese
(edit) @1ffd5a   12 years Oleksandr fix libpolys/polys dependency on an installed factory... spielwiese
(edit) @825966   12 years Oleksandr function-to-function/object warnings fix the warnings using a union ... spielwiese
(edit) @a3aa3f   12 years hannes fix: setting pLdeg/pLdegOrig spielwiese
(edit) @48a41a   12 years hannes chg: introduce n_ParDeg for pardeg(number) spielwiese
(edit) @69672d   12 years hannes fix: pardeg spielwiese
(edit) @5b3e93   12 years Oleksandr install the dynamicly loaded modules (for specific rings) aside with ... spielwiese
(edit) @e65b1a4   12 years Oleksandr fix libfac on case-insensitive file systems CHG: renamed ... spielwiese
(edit) @47ab5b   12 years Oleksandr fixing real (GMP) complex numbers (n_long_C) fix: this domain also ... spielwiese
(edit) @237b4dd   12 years hannes fix: introduce ntNormalize spielwiese
(edit) @c8e030   12 years hannes fix: normalization while mapping spielwiese
(edit) @e71b67   12 years hannes fix: debug version used P_Procs from *.so, now uses *_g.so spielwiese
(edit) @c2e8c5   12 years julien.puydt added missing 'r' (ring argument) spielwiese
(edit) @fea2af   12 years Oleksandr SW cannot be built without factory FIX: fixed libpolys and ... spielwiese
(edit) @05f61f   12 years hannes fix: warnings spielwiese
(edit) @6c98d52   12 years hannes chg: compiler warnings in kutil.cc spielwiese
(edit) @79020f   12 years Oleksandr fixed arithmetic overflow by rewriting nlModP CHG: nlModP (longrat) ... spielwiese
(edit) @ebf138   12 years Oleksandr adaptation to clang + disable a GMP hack CHG: removed gcc-specific ... spielwiese
(edit) @b7d64b   12 years Oleksandr adaptation/fix due to SW build system FIX: don't distribute generated ... spielwiese
(edit) @f0168a5   12 years Oleksandr enable char_series FIX: readd / uncomment / enable char_series spielwiese
(edit) @81845eb   12 years Oleksandr final adaptation to libfac merged into factory FIX: no libfac_* vars ... spielwiese
(edit) @67c1dc   12 years martinlee84 adaptation of spielwiese for libfac chg: switched on interface for ... spielwiese
(edit) @4d0cbc7   12 years Oleksandr further elimination of idhdl from libpolys/ & kernel/ spielwiese
(edit) @c92097b   12 years martinlee84 chg: changed behaviour of sqrfree with optional argument 3 (according ... spielwiese
(edit) @69ed52   12 years hannes fix: set r->pLexOrder from r->LexOrder spielwiese
(edit) @5fb90e   12 years hannes chg: move P_setGlobals to ring.cc, to be called from rComplete spielwiese
(edit) @f78374   12 years martinlee84 chg: more changes of squarefree decomposition according to master spielwiese
(edit) @3ef9c8   12 years martinlee84 chg: changes in factory interface and iparith.cc accordingly to master spielwiese
(edit) @da6156   12 years Oleksandr moved tHomog to kernel/structs.h from libpolys/polys/monomials/ring.h ... spielwiese
(edit) @2d2e40   12 years hannes fix: warning messages: unsed variable/parameter spielwiese
(edit) @8b46459   12 years Oleksandr MP_INT -> mpz_t adaptation of libpolys/ spielwiese
(edit) @a8c479   12 years Christian Eder undoes commit 41530b32b7198e8d0329b176c28ccca479a59d69 normalForm ... spielwiese
(edit) @41530b   12 years Christian Eder fix: normalForm for algext::naWrite ( Tst/Manual/minpoly.tst ) spielwiese
(edit) @58f11d0   12 years hannes fix: normal form for algext::naRead, Test for algext spielwiese
(edit) @1374bc   12 years hannes Fix: normalform for transext::ntDiv, Tests for transext spielwiese
(edit) @e554162   12 years Oleksandr CHG: INT_MAX -> MAX_INT_VAL spielwiese
(edit) @aa2b525   12 years Oleksandr ADD/FIX: use omSizeWOfBin(bin_ptr) instead of ((bin_ptr)->sizeW) (due ... spielwiese
(edit) @4fdf15   12 years Oleksandr CHG: combine lib{misc/reporter/resources/coeffs/polys} together and ... spielwiese
(edit) @c2eeb7   12 years Oleksandr CHG: no need in .a versions of module -libraries (polys/...) spielwiese
(edit) @cfbfd92   12 years Oleksandr CHG: libpolys/polys/templates_p_Procs_Generate needs libomalloc??? spielwiese
(edit) @7c5f743   12 years Oleksandr ADD: try using ${abs_*}-variables in several Makefile.am's spielwiese
(edit) @6d672b4   12 years Oleksandr ADD: build LTlibraries .la (.a & .so) EVERYWHERE! spielwiese
(edit) @a2cdd62   12 years hannes fix: avoid limits.h spielwiese
(edit) @ce2576   12 years martinlee84 FIX: conversion over algebraic extensions and partly transcendental ... spielwiese
(edit) @61b2e16   12 years Oleksandr FIX: bigints <-> numbers spielwiese
(edit) @ebdaa1   12 years mohamed.barakat minor fixes after last rebase make works make check works spielwiese
(edit) @146c603   12 years hannes fix: nlModP (should not use nvDiv/npDiv implement conversion to/from ... spielwiese
(edit) @fc4977   12 years hannes fix: conversion of transext to/from factory spielwiese
(edit) @0033111   12 years hannes syntax fix spielwiese
(edit) @d2f720   13 years ranosch CHG: unused variables spielwiese
(edit) @a30e4d   13 years ranosch CHG: static global variable "intvec * pModW" was deprecated, by moving ... spielwiese
(edit) @ee1f01   13 years ranosch CHG: commented out unused(!?) functions spielwiese
(edit) @021751   13 years ranosch FIX: empty debug function-macros should better be: ((void) 0/1) spielwiese
(edit) @7ea62f6   13 years Oleksandr CHG: install MOD under libexec/singular/ spielwiese
(edit) @03f7b5   13 years Oleksandr ADD: detailed printing vs typing for coeff. domains (mostly - minpoly ... spielwiese
(edit) @5f4015a   13 years Oleksandr ADD: assume (p!=q) for the procedures, which destroy both arguments ... spielwiese
(edit) @f681a60   13 years Oleksandr FIX: another Frank's bug: "A=p_Mult_q(A,A,...)" - never works! spielwiese
(edit) @3f5d6f   13 years Oleksandr FIX: printing vs. typing of a quotient ring ADD: tests for printing vs ... spielwiese
(edit) @a06b98   13 years burcin Remove float_len{,2} members from rings. They are in coeffs now. spielwiese
(edit) @8476c2   13 years burcin Adapt charstr to the new ring data structure. spielwiese
(edit) @5d5d79   13 years burcin Fix ringlist with coefficient domain GF. Extraction of the parameter ... spielwiese
(edit) @df34cff   13 years Oleksandr ADD: rWrite can print additional details if asked spielwiese
(edit) @83a1714   13 years Oleksandr FIX: started fixing fetch & imap for transcendental/alg. extensions: ... spielwiese
(edit) @36ef6e0   13 years hannes fix: naLcm was implemented in a wrong way spielwiese
(edit) @f9a64e   13 years hannes fix: sign in p_Content (as gcd ignores signs) spielwiese
(edit) @90aec7   13 years hannes fix: p_Content for alg.ext. fix: p_Monic spielwiese
(edit) @0ff203   13 years vbraun.name stop automake from flattening install subdirectories for headers spielwiese
(edit) @5d18675   13 years Oleksandr FIX: rDecompose should know about trans. exts. spielwiese
(edit) @b38d70   13 years Oleksandr FIX: p_PermPoly (longalg missing 3) FIX: mappings between trans. ... spielwiese
(edit) @3c4a33   13 years burcin Fix more instances of n*Copy() calls instead of n_Copy(). spielwiese
(edit) @a0acbc   13 years burcin Fix typo where ntCopy() was called instead of n_Copy(). spielwiese
(edit) @c2eb2e   13 years vbraun.name make install and make distcheck work now spielwiese
(edit) @83db8d   13 years Oleksandr CHG: minor cleanup (duplication with coeffs/numbers.h) spielwiese
(edit) @d0340f   13 years burcin Attempt to fix parsing of polynomials with constant coefficients where ... spielwiese
(edit) @85fd90   13 years burcin Fix rChangeCurrRing and make the interpreter pass precision info to ... spielwiese
(edit) @aa98be   13 years hannes fix: p_Content for extention fields spielwiese
(edit) @d44785   13 years vbraun.name Cleaned up Makefile.am to remove superfluous rules Also, note that ... spielwiese
(edit) @c14846c   13 years hannes fix: n?SetMap should return ndCopyMap for equal coeffs spielwiese
(edit) @c7aad0   13 years Oleksandr FIX: non-commutative (left) GB should now work. NOTE: SCA was disabled ... spielwiese
(edit) @a0a9f0   13 years burcin Try to fix printing of coefficients in transcendental extensions again. spielwiese
Note: See TracRevisionLog for help on using the revision log.