1######################### BEGIN COPYRIGHT MESSAGE #########################
2# GBNP - computing Gröbner bases of noncommutative polynomials
3# Copyright 2001-2010 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 = "trunc.gd"
21### author: Jan Willem Knopper
22### extended: amc Sep 2008
23### 	made to accompany "trunc.gi" from Cohen & Gijsbers
24###
25### This is a part of the GBNP package, version 0.9
26### $Id: trunc.gd 12772 2010-01-15 13:10:24Z jwk $
27
28DeclareGlobalFunction("CheckHomogeneousNPs");
29DeclareGlobalFunction("SGrobnerTrunc");
30DeclareGlobalFunction("DimsQATrunc");
31DeclareGlobalFunction("FreqsQATrunc");
32DeclareGlobalFunction("BaseQATrunc");
33
34