|
|
@b4a676
|
12 years |
Oleksandr |
made findexec into a standalone library + removal of resources
add: ...
spielwiese
|
|
|
@854405
|
12 years |
hannes |
chg: move feFopen to findexec dir.
spielwiese
|
|
|
@dd668f
|
12 years |
Oleksandr |
use minideal (instead of qideal) in rCompose
chg: use qideal instead ...
spielwiese
|
|
|
@f630e4
|
12 years |
Oleksandr |
set coeffs::nNULL if needed...
spielwiese
|
|
|
@619d03
|
12 years |
Christian Eder |
fix for Manual/texring.tst:
Adds initialization of r->cf->nNULL
spielwiese
|
|
|
@d4fa60
|
12 years |
martinlee84 |
chg: added cfInit_bigint for GF
spielwiese
|
|
|
@da5d77
|
12 years |
Oleksandr |
minor changes to ParDeg
chg: ndParDeg is a static function
add: ...
spielwiese
|
|
|
@66b967
|
12 years |
Oleksandr |
gmp_float::is(One|MOne|Zero) are const methods
spielwiese
|
|
|
@7fee876
|
12 years |
Oleksandr |
moved prarameter-handling to coeffs from rings.* and related fixes
...
spielwiese
|
|
|
@ce1f78
|
12 years |
Oleksandr |
fixed short/long output of coeffs depending on ShortOut/CanShortOut ...
spielwiese
|
|
|
@cd9796
|
12 years |
Oleksandr |
added real const pointers due to typedefs
NOTE: ...
spielwiese
|
|
|
@7089a9
|
12 years |
martinlee84 |
fix: init of short reals from bigint
spielwiese
|
|
|
@8df232
|
12 years |
martinlee84 |
fix: init of real and complex numbers from bigints
spielwiese
|
|
|
@fc2746
|
12 years |
Oleksandr |
fix the usage of iiWriteMatrix
NOTE: trailing (int)0 have been ...
spielwiese
|
|
|
@f323dd1
|
12 years |
hannes |
chg: move feResource to findexec lib
spielwiese
|
|
|
@7ee1907
|
12 years |
hannes |
chg: update to ssi-3
spielwiese
|
|
|
@860bce
|
12 years |
Oleksandr |
repaired dyn_modules/bigintm
fix: adaptation to spielwiese
chg: use ...
spielwiese
|
|
|
@2f3764
|
12 years |
Oleksandr |
n_Init and p_ISet take a "long" (instead of "int") argument
spielwiese
|
|
|
@02fe5f
|
12 years |
Oleksandr |
change: n_Init for mpz_t is called n_InitMPZ now
spielwiese
|
|
|
@48a41a
|
12 years |
hannes |
chg: introduce n_ParDeg for pardeg(number)
spielwiese
|
|
|
@47ab5b
|
12 years |
Oleksandr |
fixing real (GMP) complex numbers (n_long_C)
fix: this domain also ...
spielwiese
|
|
|
@65c5f5
|
12 years |
hannes |
chg: make the simple part of nlInpAdd an inline routine, hide the rest
spielwiese
|
|
|
@cc3240c
|
12 years |
hannes |
fix: nlInplAdd failed to simplify in some cases
spielwiese
|
|
|
@72486f0
|
12 years |
Oleksandr |
fix test program in factory (uses omalloc & findexec + misc + reporter ...
spielwiese
|
|
|
@7938a0f
|
12 years |
hannes |
add: n_Farey, n_ChineseRemainder (from master)
spielwiese
|
|
|
@fea2af
|
12 years |
Oleksandr |
SW cannot be built without factory
FIX: fixed libpolys and ...
spielwiese
|
|
|
@7453b4
|
12 years |
hannes |
chg: farey changes from master
spielwiese
|
|
|
@a74143
|
12 years |
Oleksandr |
inverse computation over Zp
CHG: simplified extGCD in nvInvMod (due ...
spielwiese
|
|
|
@4b38e3
|
12 years |
Oleksandr |
coeffs: removed nInternalChar in favour of n_GetChar
spielwiese
|
|
|
@e77676
|
12 years |
Oleksandr |
Zp cleanup (no more coeffs::npPrimeM)
CHG: removed coeffs::npPrimeM ...
spielwiese
|
|
|
@40e88db
|
12 years |
Oleksandr |
hidden private internal decarations and definitions (nv*) within modulop.cc
spielwiese
|
|
|
@79020f
|
12 years |
Oleksandr |
fixed arithmetic overflow by rewriting nlModP
CHG: nlModP (longrat) ...
spielwiese
|
|
|
@0a3fa3
|
12 years |
Oleksandr |
bug in nlModP (longrat.cc:1294)
ADD: test mapping of -7/5 from Q into ...
spielwiese
|
|
|
@ebf138
|
12 years |
Oleksandr |
adaptation to clang + disable a GMP hack
CHG: removed gcc-specific ...
spielwiese
|
|
|
@b7d64b
|
12 years |
Oleksandr |
adaptation/fix due to SW build system
FIX: don't distribute generated ...
spielwiese
|
|
|
@b0bb93f
|
12 years |
yue.ren.kl |
extended nfCoeffsEqual to check for parameter names
spielwiese
|
|
|
@2d2e40
|
12 years |
hannes |
fix: warning messages: unsed variable/parameter
spielwiese
|
|
|
@8b46459
|
12 years |
Oleksandr |
MP_INT -> mpz_t
adaptation of libpolys/
spielwiese
|
|
|
@8fee84
|
12 years |
Oleksandr |
libfindexec separation
CHG: no need in 'ifdef HAVE_CONFIG_H' in ...
spielwiese
|
|
|
@bd948c
|
12 years |
Oleksandr |
ADD: added ${PIPE} to *_CFLAGS in some Makefile.am
spielwiese
|
|
|
@1d3be3
|
12 years |
Oleksandr |
ADD: consistently define HAVE_CONFIG_H in automake CPPFLAGS
spielwiese
|
|
|
@a250e1
|
12 years |
Oleksandr |
static and dynamic tests for libpolys/coeffs/
ADD: more test ...
spielwiese
|
|
|
@4fdf15
|
12 years |
Oleksandr |
CHG: combine lib{misc/reporter/resources/coeffs/polys} together and ...
spielwiese
|
|
|
@1b8a19
|
12 years |
Oleksandr |
ADD: export private headers coeffs/*.h and hook:WerrorS_callback for ...
spielwiese
|
|
|
@6d672b4
|
12 years |
Oleksandr |
ADD: build LTlibraries .la (.a & .so) EVERYWHERE!
spielwiese
|
|
|
@a2cdd62
|
12 years |
hannes |
fix: avoid limits.h
spielwiese
|
|
|
@61b2e16
|
12 years |
Oleksandr |
FIX: bigints <-> numbers
spielwiese
|
|
|
@2cba98d
|
12 years |
burcin |
Fix maps between GF fields.
We no longer store the number of elements ...
spielwiese
|
|
|
@ebdaa1
|
12 years |
mohamed.barakat |
minor fixes after last rebase
make works
make check works
spielwiese
|
|
|
@146c603
|
12 years |
hannes |
fix: nlModP (should not use nvDiv/npDiv
implement conversion to/from ...
spielwiese
|
|
|
@fc4977
|
12 years |
hannes |
fix: conversion of transext to/from factory
spielwiese
|
|
|
@9fc2688
|
12 years |
ranosch |
CHG: Note that NATNUMBER stands for 'unsigned long' now, and thus its ...
spielwiese
|
|
|
@03f7b5
|
12 years |
Oleksandr |
ADD: detailed printing vs typing for coeff. domains (mostly - minpoly ...
spielwiese
|
|
|
@e969ab6
|
12 years |
burcin |
GF coeffs now print short by default if the parameter name is < 2 chars.
spielwiese
|
|
|
@0ff203
|
12 years |
vbraun.name |
stop automake from flattening install subdirectories for headers
spielwiese
|
|
|
@2cc7c7
|
12 years |
burcin |
Make ndCopyMap() call n_Copy for coeffs with non simple_Alloc.
spielwiese
|
|
|
@c2eb2e
|
12 years |
vbraun.name |
make install and make distcheck work now
spielwiese
|
|
|
@9310cb
|
12 years |
Oleksandr |
FIX: tests should not need to call gmp numeric prescision!
spielwiese
|
|
|
@733d24
|
12 years |
Oleksandr |
FIX: default construction parameters for real/complex number fields
spielwiese
|
|
|
@32cc7e
|
12 years |
burcin |
Implement setting precision of real and complex coefficient domains.
spielwiese
|
|
|
@d44785
|
12 years |
vbraun.name |
Cleaned up Makefile.am to remove superfluous rules
Also, note that ...
spielwiese
|
|
|
@c14846c
|
12 years |
hannes |
fix: n?SetMap should return ndCopyMap for equal coeffs
spielwiese
|
|
|
@e9039a7
|
12 years |
burcin |
Print number of elements of GF's instead of characteristic.
Implement ...
spielwiese
|
|
|
@dfc60c8
|
12 years |
hannes |
split feOpt.* to feOptGen.* (to produce feOpt*.inc) and feOpt.* (for ...
spielwiese
|
|
|
@047597
|
12 years |
Oleksandr |
FIX: registration of naInitChar and ntInitChar (siInit in ...
spielwiese
|
|
|
@86b7aca
|
12 years |
Oleksandr |
CHG: minor changes to the build system
spielwiese
|
|
|
@419b39
|
12 years |
Oleksandr |
FIX: enable implicit templates for now (commented out the use of ...
spielwiese
|
|
|
@d663f2
|
12 years |
Oleksandr |
FIX: fixing longrat-related bugs (due to the Uglyness in p_Numbers.h!)
spielwiese
|
|
|
@e4fe2b
|
12 years |
Oleksandr |
FIX: Fixed huge BUG in cf_gmp.h
CHG: starting to cleanup factory
spielwiese
|
|
|
@2b7f4e
|
12 years |
Oleksandr |
FIX: rDefault(const char*) - returns a handle... moved to ipshell
CHG: ...
spielwiese
|
|
|
@6cc7f5
|
12 years |
burcin |
Convert Singular/ipshell.cc to libpolys (not done).
spielwiese
|
|
|
@94a065c
|
12 years |
hannes |
fix cfImPart (coeffs.h)
spielwiese
|
|
|
@cfecd2
|
12 years |
hannes |
add n_RePart and n_ImPart to coeffs.h
spielwiese
|
|
|
@8a5c49
|
12 years |
hannes |
fix ipassign.cc, extra.cc
spielwiese
|
|
|
@95eb6d
|
12 years |
Oleksandr |
FIX: headers
FIX: almost done with extra.cc (save for ITIMER_VIRTUAL, ...
spielwiese
|
|
|
@2bc4f5
|
12 years |
Oleksandr |
ADD: expose mpz_size1: moved from longrat.h to si_gmp.h
spielwiese
|
|
|
@045efb
|
12 years |
Oleksandr |
ADD: conversion between numbers and mpz_t (GMP integers)
spielwiese
|
|
|
@b346ac
|
12 years |
Oleksandr |
FIX: GMP must be at the end of linker's library list
spielwiese
|
|
|
@a0432f
|
12 years |
burcin |
Fixed Singular/ipconv.cc (if it breaks it's Oleksandr's fault).
spielwiese
|
|
|
@f9591a
|
12 years |
hannes |
id_ChineseRemainder
spielwiese
|
|
|
@e8c8d5
|
12 years |
hannes |
n_Farey, n_ChineseRemainder -> coeffs.h
spielwiese
|
|
|
@920581
|
12 years |
Oleksandr |
CHG: moved GFInfo to coeffs.h
spielwiese
|
|
|
@bc1fdb
|
12 years |
Oleksandr |
CHG: npInt: result is in -p/2..p/2 due to Singular conventions (Hans!)
spielwiese
|
|
|
@0461f0
|
12 years |
Oleksandr |
ADD: added sainity tests inside modulop
CHG: 'npInt' returns the ...
spielwiese
|
|
|
@9b3700
|
12 years |
martinlee84 |
added n_ExtGcd, n_IntMod and n_DivComp to coeffs.h
added currRing, ...
spielwiese
|
|
|
@f0a8c59
|
12 years |
Oleksandr |
FIX: pNorm, was a macro => wrong method name... :/
FIX: nGcd may need ...
spielwiese
|
|
|
@c6e80e
|
12 years |
Oleksandr |
FIX: kInline.cc should be a header: kInline.h
ADD: nGcd/pDeg can be ...
spielwiese
|
|
|
@6ed8c4
|
12 years |
martinlee84 |
added const ring to some functions in linearAlgebra.* (TODO complete ...
spielwiese
|
|
|
@31f1262
|
12 years |
hannes |
order of includes - for test.cc
spielwiese
|
|
|
@22a09d
|
12 years |
hannes |
order of includes
spielwiese
|
|
|
@ed47edf
|
12 years |
hannes |
fix typo
spielwiese
|
|
|
@44d5ad
|
12 years |
seelisch |
added documentation in coeffs.h
spielwiese
|
|
|
@0afa07
|
12 years |
seelisch |
removed cfPar, cfParDeg, n_Par, n_ParDeg, ndPar, ndParDeg from coeffs
spielwiese
|
|
|
@6a7368
|
12 years |
Oleksandr |
FIX: IsRing should be available for DivBy!?
spielwiese
|
|
|
@5469a9
|
12 years |
Oleksandr |
FIX: n_DivBy should work for fields as well!
spielwiese
|
|
|
@3159bc
|
12 years |
Oleksandr |
FIX: Bug fix: n->cfCopy MUST be ndCopy BUT NOT 'nd_Copy' by default!
spielwiese
|
|
|
@353caa
|
12 years |
Oleksandr |
ADD: exposing const char *n_Read(const char * s, number * a, const ...
spielwiese
|
|
|
@44d898
|
12 years |
Oleksandr |
ADD: n_DivBy should be _always_ visible!
spielwiese
|
|
|
@d12f186
|
12 years |
seelisch |
bug in coeffs.h, removing nested fractions in ext. fields over Q
spielwiese
|
|
|
@e5d267
|
12 years |
seelisch |
cancellation of gcd in rat. funct. fields
spielwiese
|
|
|