source: git/libpolys/coeffs

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @66b967   12 years Oleksandr gmp_float::is(One|MOne|Zero) are const methods spielwiese
(edit) @7fee876   12 years Oleksandr moved prarameter-handling to coeffs from rings.* and related fixes ... spielwiese
(edit) @ce1f78   12 years Oleksandr fixed short/long output of coeffs depending on ShortOut/CanShortOut ... spielwiese
(edit) @cd9796   12 years Oleksandr added real const pointers due to typedefs NOTE: ... spielwiese
(edit) @7089a9   12 years martinlee84 fix: init of short reals from bigint spielwiese
(edit) @8df232   12 years martinlee84 fix: init of real and complex numbers from bigints spielwiese
(edit) @fc2746   12 years Oleksandr fix the usage of iiWriteMatrix NOTE: trailing (int)0 have been ... 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) @860bce   12 years Oleksandr repaired dyn_modules/bigintm fix: adaptation to spielwiese chg: use ... spielwiese
(edit) @2f3764   12 years Oleksandr n_Init and p_ISet take a "long" (instead of "int") argument spielwiese
(edit) @02fe5f   12 years Oleksandr change: n_Init for mpz_t is called n_InitMPZ now spielwiese
(edit) @48a41a   12 years hannes chg: introduce n_ParDeg for pardeg(number) spielwiese
(edit) @47ab5b   12 years Oleksandr fixing real (GMP) complex numbers (n_long_C) fix: this domain also ... spielwiese
(edit) @65c5f5   12 years hannes chg: make the simple part of nlInpAdd an inline routine, hide the rest spielwiese
(edit) @cc3240c   12 years hannes fix: nlInplAdd failed to simplify in some cases spielwiese
(edit) @72486f0   12 years Oleksandr fix test program in factory (uses omalloc & findexec + misc + reporter ... spielwiese
(edit) @7938a0f   12 years hannes add: n_Farey, n_ChineseRemainder (from master) spielwiese
(edit) @fea2af   12 years Oleksandr SW cannot be built without factory FIX: fixed libpolys and ... spielwiese
(edit) @7453b4   12 years hannes chg: farey changes from master spielwiese
(edit) @a74143   12 years Oleksandr inverse computation over Zp CHG: simplified extGCD in nvInvMod (due ... spielwiese
(edit) @4b38e3   12 years Oleksandr coeffs: removed nInternalChar in favour of n_GetChar spielwiese
(edit) @e77676   12 years Oleksandr Zp cleanup (no more coeffs::npPrimeM) CHG: removed coeffs::npPrimeM ... spielwiese
(edit) @40e88db   12 years Oleksandr hidden private internal decarations and definitions (nv*) within modulop.cc spielwiese
(edit) @79020f   12 years Oleksandr fixed arithmetic overflow by rewriting nlModP CHG: nlModP (longrat) ... spielwiese
(edit) @0a3fa3   12 years Oleksandr bug in nlModP (longrat.cc:1294) ADD: test mapping of -7/5 from Q into ... 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) @b0bb93f   12 years yue.ren.kl extended nfCoeffsEqual to check for parameter names 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) @8fee84   12 years Oleksandr libfindexec separation CHG: no need in 'ifdef HAVE_CONFIG_H' in ... spielwiese
(edit) @bd948c   12 years Oleksandr ADD: added ${PIPE} to *_CFLAGS in some Makefile.am spielwiese
(edit) @1d3be3   12 years Oleksandr ADD: consistently define HAVE_CONFIG_H in automake CPPFLAGS spielwiese
(edit) @a250e1   12 years Oleksandr static and dynamic tests for libpolys/coeffs/ ADD: more test ... spielwiese
(edit) @4fdf15   12 years Oleksandr CHG: combine lib{misc/reporter/resources/coeffs/polys} together and ... spielwiese
(edit) @1b8a19   12 years Oleksandr ADD: export private headers coeffs/*.h and hook:WerrorS_callback for ... 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) @61b2e16   12 years Oleksandr FIX: bigints <-> numbers spielwiese
(edit) @2cba98d   12 years burcin Fix maps between GF fields. We no longer store the number of elements ... 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) @9fc2688   12 years ranosch CHG: Note that NATNUMBER stands for 'unsigned long' now, and thus its ... spielwiese
(edit) @03f7b5   12 years Oleksandr ADD: detailed printing vs typing for coeff. domains (mostly - minpoly ... spielwiese
(edit) @e969ab6   13 years burcin GF coeffs now print short by default if the parameter name is < 2 chars. spielwiese
(edit) @0ff203   13 years vbraun.name stop automake from flattening install subdirectories for headers spielwiese
(edit) @2cc7c7   13 years burcin Make ndCopyMap() call n_Copy for coeffs with non simple_Alloc. spielwiese
(edit) @c2eb2e   13 years vbraun.name make install and make distcheck work now spielwiese
(edit) @9310cb   13 years Oleksandr FIX: tests should not need to call gmp numeric prescision! spielwiese
(edit) @733d24   13 years Oleksandr FIX: default construction parameters for real/complex number fields spielwiese
(edit) @32cc7e   13 years burcin Implement setting precision of real and complex coefficient domains. 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) @e9039a7   13 years burcin Print number of elements of GF's instead of characteristic. Implement ... spielwiese
(edit) @dfc60c8   13 years hannes split feOpt.* to feOptGen.* (to produce feOpt*.inc) and feOpt.* (for ... spielwiese
(edit) @047597   13 years Oleksandr FIX: registration of naInitChar and ntInitChar (siInit in ... spielwiese
(edit) @86b7aca   13 years Oleksandr CHG: minor changes to the build system spielwiese
(edit) @419b39   13 years Oleksandr FIX: enable implicit templates for now (commented out the use of ... spielwiese
(edit) @d663f2   13 years Oleksandr FIX: fixing longrat-related bugs (due to the Uglyness in p_Numbers.h!) spielwiese
(edit) @e4fe2b   13 years Oleksandr FIX: Fixed huge BUG in cf_gmp.h CHG: starting to cleanup factory spielwiese
(edit) @2b7f4e   13 years Oleksandr FIX: rDefault(const char*) - returns a handle... moved to ipshell CHG: ... spielwiese
(edit) @6cc7f5   13 years burcin Convert Singular/ipshell.cc to libpolys (not done). spielwiese
(edit) @94a065c   13 years hannes fix cfImPart (coeffs.h) spielwiese
(edit) @cfecd2   13 years hannes add n_RePart and n_ImPart to coeffs.h spielwiese
(edit) @8a5c49   13 years hannes fix ipassign.cc, extra.cc spielwiese
(edit) @95eb6d   13 years Oleksandr FIX: headers FIX: almost done with extra.cc (save for ITIMER_VIRTUAL, ... spielwiese
(edit) @2bc4f5   13 years Oleksandr ADD: expose mpz_size1: moved from longrat.h to si_gmp.h spielwiese
(edit) @045efb   13 years Oleksandr ADD: conversion between numbers and mpz_t (GMP integers) spielwiese
(edit) @b346ac   13 years Oleksandr FIX: GMP must be at the end of linker's library list spielwiese
(edit) @a0432f   13 years burcin Fixed Singular/ipconv.cc (if it breaks it's Oleksandr's fault). spielwiese
(edit) @f9591a   13 years hannes id_ChineseRemainder spielwiese
(edit) @e8c8d5   13 years hannes n_Farey, n_ChineseRemainder -> coeffs.h spielwiese
(edit) @920581   13 years Oleksandr CHG: moved GFInfo to coeffs.h spielwiese
(edit) @bc1fdb   13 years Oleksandr CHG: npInt: result is in -p/2..p/2 due to Singular conventions (Hans!) spielwiese
(edit) @0461f0   13 years Oleksandr ADD: added sainity tests inside modulop CHG: 'npInt' returns the ... spielwiese
(edit) @9b3700   13 years martinlee84 added n_ExtGcd, n_IntMod and n_DivComp to coeffs.h added currRing, ... spielwiese
(edit) @f0a8c59   13 years Oleksandr FIX: pNorm, was a macro => wrong method name... :/ FIX: nGcd may need ... spielwiese
(edit) @c6e80e   13 years Oleksandr FIX: kInline.cc should be a header: kInline.h ADD: nGcd/pDeg can be ... spielwiese
(edit) @6ed8c4   13 years martinlee84 added const ring to some functions in linearAlgebra.* (TODO complete ... spielwiese
(edit) @31f1262   13 years hannes order of includes - for test.cc spielwiese
(edit) @22a09d   13 years hannes order of includes spielwiese
(edit) @ed47edf   13 years hannes fix typo spielwiese
(edit) @44d5ad   13 years seelisch added documentation in coeffs.h spielwiese
(edit) @0afa07   13 years seelisch removed cfPar, cfParDeg, n_Par, n_ParDeg, ndPar, ndParDeg from coeffs spielwiese
(edit) @6a7368   13 years Oleksandr FIX: IsRing should be available for DivBy!? spielwiese
(edit) @5469a9   13 years Oleksandr FIX: n_DivBy should work for fields as well! spielwiese
(edit) @3159bc   13 years Oleksandr FIX: Bug fix: n->cfCopy MUST be ndCopy BUT NOT 'nd_Copy' by default! spielwiese
(edit) @353caa   13 years Oleksandr ADD: exposing const char *n_Read(const char * s, number * a, const ... spielwiese
(edit) @44d898   13 years Oleksandr ADD: n_DivBy should be _always_ visible! spielwiese
(edit) @d12f186   13 years seelisch bug in coeffs.h, removing nested fractions in ext. fields over Q spielwiese
(edit) @e5d267   13 years seelisch cancellation of gcd in rat. funct. fields spielwiese
(edit) @f59722   13 years hannes convert to inline routine: nlInpMult spielwiese
(edit) @9bb5457   13 years hannes fixed warning about unused paramaters in coeffs spielwiese
(edit) @7af488e   13 years hannes nRegister not needed any more for standard coeffs spielwiese
(edit) @6ccdd3a   13 years seelisch renamed algring; comments; transext.* added spielwiese
(edit) @488808e   13 years seelisch removed calls to nCoeff_is_Q_a and nCoeff_is_Zp_a (kept definitions ... spielwiese
(edit) @73a9ffb   13 years seelisch made sure that ch is properly set everywhere, and ch >= 0; more ASSUMEs spielwiese
(edit) @e676cd   13 years Oleksandr FIX: Doxygen style comments spielwiese
Note: See TracRevisionLog for help on using the revision log.