[go: up one dir, main page]

Menu

/trunk/src/algebra Commit Log


Commit Date  
[r2618] by hemmecke

generalize direct product

2020-02-16 18:09:30 Tree
[r2614] by whebisch

More reqular interface

2020-02-07 14:35:07 Tree
[r2613] by whebisch

Avoid division bu zero

2020-02-04 14:18:25 Tree
[r2612] by whebisch

Avoid overflow

2020-02-04 14:05:20 Tree
[r2609] by cerambyx

Fix bug in freeMultiplicativeConvolution

2020-01-28 17:20:45 Tree
[r2607] by whebisch

Minor cleanups

2020-01-09 15:45:05 Tree
[r2604] by hemmecke

bugfix representation optimization of IntegerMod

Before the patch, SingleInteger was also choosen as representation
for IntegerMod(p) if p was in the range m/2 < p <= m := max()$SingleInteger.

(1) -> I ==> SingleInteger
(2) -> p: I := max()$I - 123456

(2) 4611686018427264447
Type: SingleInteger
(3) -> a: I := p - 1

(3) 4611686018427264446
Type: SingleInteger
(4) -> a + a

>> System error:
The value
9223372036854528892
is not of type
FIXNUM

(4) -> addmod(a, a, p)

>> System error:
The value
9223372036854528892
is not of type
FIXNUM

2019-12-13 21:13:03 Tree
[r2602] by hemmecke

rename axiom to fricas in code and documentation

AXIOM env variable --> FRICAS
AXIOMEDITOR --> FRICASEDITOR
AXIOMsys --> FRICASsys
axiom-wiki --> fricas-wiki
axiom --> fricas in message file s2-us.msgs
axiom-xl --> aldor
A# --> Aldor

The following changes require a newer Aldor compiler.
At least 13e5b90eecc79ec6704efb333c4c100187520e80 from 30-Jul-2019.
Before that the name libfricas was not treated correctly by Aldor.
libaxiom.al --> libfricas.al
axiom.as --> fricas.as

2019-11-18 20:22:47 Tree
[r2601] by cerambyx

src/algebra/distro.spad: Typo in documentation

2019-08-29 08:19:41 Tree
[r2600] by cerambyx

Remove unwanted documentation, add two new convolutions in DISTRO

2019-08-18 18:34:01 Tree
Older >