source: git/libpolys/coeffs/longrat.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1950d7   4 years hannes opt: nlGMP -> nlMPZ, nlMapGMP -> nlInitMPZ fieker-DuValspielwiese
(edit) @608ba4   4 years hannes keep n_ChineseRemainderSym syntax fieker-DuValspielwiese
(edit) @bef72d   4 years hannes changed: n_ChineseRemainderSym for Singular.jl fieker-DuValspielwiese
(edit) @1b2761d   4 years hannes fix: longrat fieker-DuValspielwiese
(edit) @6c613e   4 years hannes compiler warnings fieker-DuValspielwiese
(edit) @40094f   4 years hannes move SI_LOG2 to factory/si_log2.h fieker-DuValspielwiese
(edit) @b0e0160   5 years hannes add; nlMPZ fieker-DuValspielwiese
(edit) @e256b4   6 years hannes move ssiInfo to s_buff.h fieker-DuValspielwiese
(edit) @0803a18   6 years hannes for SAGE: LOG2 -> SI_LOG2 fieker-DuValspielwiese
(edit) @798f685   7 years hannes chg: LOG2 -> auxiliary.h, use in [s|k]buckets.cc, longrat.h fieker-DuValspielwiese
(edit) @f5f5c9   7 years hannes fix: include path for julia fieker-DuValspielwiese
(edit) @541b207   7 years hannes fix: include path fieker-DuValspielwiese
(edit) @d2f250   7 years hannes use include ".." for singular related .h, p6 fieker-DuValspielwiese
(edit) @a0707f8   7 years hannes code review: rings with Zn Znm, Z2m coefficients, changed nlGMP fieker-DuValspielwiese
(edit) @8887b4   7 years hannes chg: make nlChineseRemainderSym usable for Q.Z. bigint fieker-DuValspielwiese
(edit) @166e733   8 years quatermaster correct spelling errors as detected by Lintian fieker-DuValspielwiese
(edit) @b412eeb   8 years hannes reintroduce nlDelete (for SAGE) into longrat.h fieker-DuValspielwiese
(edit) @c087b3   8 years hannes dd comments to (usuallay) unused procedures in .h files fieker-DuValspielwiese
(edit) @d31cb91   8 years kroeker move declarations to header fieker-DuValspielwiese
(edit) @25118d   8 years hannes ring Z via longrat: some preparation fieker-DuValspielwiese
(edit) @e9478b   9 years hannes format fieker-DuValspielwiese
(edit) @3f2942   9 years Oleksandr Simplification of nlIsInteger fieker-DuValspielwiese
(edit) @fc2acf   9 years Oleksandr Testing correctness in trans ext fieker-DuValspielwiese
(edit) @e38553   9 years Oleksandr Exported nlInit2gmp and nlInit2 fieker-DuValspielwiese
(edit) @2206753   9 years Oleksandr Hiding all the implementation details (or adding the counting) mostly ... fieker-DuValspielwiese
(edit) @88cceb   10 years hannes fix: n_Lcm is not n_NormalizeHelper fieker-DuValspielwiese
(edit) @04aaf9   10 years hannes fix: definition of nlInit2gmp fieker-DuValspielwiese
(edit) @a0dfbc   11 years martinlee84 fix: compiliation error in debug mode fieker-DuValspielwiese
(edit) @caf5880   11 years martinlee84 chg: moved QlogSize from tgb.cc to longrat.h fieker-DuValspielwiese
(edit) @d101b1   11 years Oleksandr Motsak <http://goo.gl/mcpzY> Silence some warnings about statements without effect Insired by ... fieker-DuValspielwiese
(edit) @8181f5   12 years Oleksandr moved the description of 'struct snumber' to longrat.h and documented ... fieker-DuValspielwiese
(edit) @3216ec   12 years hannes add: extgcd for bigint fieker-DuValspielwiese
(edit) @6ce030f   12 years Oleksandr removal of the $Id$ svn tag from everywhere NOTE: the git SHA1 may be ... fieker-DuValspielwiese
(edit) @2f3764   12 years Oleksandr n_Init and p_ISet take a "long" (instead of "int") argument fieker-DuValspielwiese
(edit) @79020f   12 years Oleksandr fixed arithmetic overflow by rewriting nlModP CHG: nlModP (longrat) ... fieker-DuValspielwiese
(edit) @03f7b5   13 years Oleksandr ADD: detailed printing vs typing for coeff. domains (mostly - minpoly ... fieker-DuValspielwiese
(edit) @d663f2   13 years Oleksandr FIX: fixing longrat-related bugs (due to the Uglyness in p_Numbers.h!) fieker-DuValspielwiese
(edit) @6cc7f5   13 years burcin Convert Singular/ipshell.cc to libpolys (not done). fieker-DuValspielwiese
(edit) @2bc4f5   13 years Oleksandr ADD: expose mpz_size1: moved from longrat.h to si_gmp.h fieker-DuValspielwiese
(edit) @045efb   13 years Oleksandr ADD: conversion between numbers and mpz_t (GMP integers) fieker-DuValspielwiese
(edit) @e8c8d5   13 years hannes n_Farey, n_ChineseRemainder -> coeffs.h fieker-DuValspielwiese
(edit) @f59722   13 years hannes convert to inline routine: nlInpMult fieker-DuValspielwiese
(edit) @9eb0f9   13 years Oleksandr FIX: test coeffs using factory AND ntl (without public use of factory ... fieker-DuValspielwiese
(edit) @e3b233   13 years Oleksandr CHG: include <coeffs/si_gmp.h> -> "si_gmp.h" (for local sources/headers) fieker-DuValspielwiese
(edit) @9f1a52   13 years Oleksandr FIX: fixed the inplace addition in n_Q (longrat) fieker-DuValspielwiese
(edit) @cd6df87   13 years mohamed.barakat fixed linking against factory and commented out chinese remainder - ... fieker-DuValspielwiese
(edit) @0fb5991   13 years seelisch fixes so that libpoly builds without compiler errors in algext.cc ... fieker-DuValspielwiese
(edit) @8167af   13 years hannes nlCoeffWrite fieker-DuValspielwiese
(edit) @691dba   13 years Oleksandr FIX: use #include "config.h" everywhere fieker-DuValspielwiese
(edit) @ea11dc   13 years mohamed.barakat fixed longrat.{cc,h} fieker-DuValspielwiese
(add) @014b65   13 years mohamed.barakat - moved misc,reporter,resources,coeffs,polys -> (new) libpolys (Hans ... fieker-DuValspielwiese
Note: See TracRevisionLog for help on using the revision log.