1######################### BEGIN COPYRIGHT MESSAGE #########################
2# GBNP - computing Gröbner bases of noncommutative polynomials
3# Copyright 2001-2009 by Arjeh M. Cohen, Dié A.H. Gijsbers, Jan Willem
4# Knopper, Chris Krook. Address: Discrete Algebra and Geometry (DAM) group
5# at the Department of Mathematics and Computer Science of Eindhoven
6# University of Technology.
7#
8# For acknowledgements see the manual. The manual can be found in several
9# formats in the doc subdirectory of the GBNP distribution. The
10# acknowledgements formatted as text can be found in the file chap0.txt.
11#
12# GBNP is free software; you can redistribute it and/or modify it under
13# the terms of the Lesser GNU General Public License as published by the
14# Free Software Foundation (FSF); either version 2.1 of the License, or
15# (at your option) any later version. For details, see the file 'LGPL' in
16# the doc subdirectory of the GBNP distribution or see the FSF's own site:
17# http://www.gnu.org/licenses/lgpl.html
18########################## END COPYRIGHT MESSAGE ##########################
19
20### filename = "trace.gd"
21### author: Jan Willem Knopper
22### 	made to accompany "trace.gi" from Cohen & Gijsbers
23###
24### This is a part of the GBNP package, version 0.9
25### $Id: trace.gd 11992 2009-02-09 12:40:38Z jwk $
26
27DeclareGlobalFunction("EvalTrace");
28DeclareGlobalFunction("SGrobnerTrace");
29DeclareGlobalFunction("StrongNormalFormTraceDiff");
30