Changeset 382feb in git
- Timestamp:
- Jul 7, 2016, 11:32:46 AM (7 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 34183abab486cee38d70559e5cdcfbc307938f64
- Parents:
- 4cb2082e7b16621dfb469b4114b7bd18623265e2
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2016-07-07 11:32:46+02:00
- git-committer:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2016-07-07 11:35:31+02:00
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/ncfactor.lib
r4cb208 r382feb 11770 11770 homogfacNthQWeyl_all(h); h is a homogeneous polynomial in the 11771 11771 n'th q-Weyl algebra with respect to the weight vector 11772 11772 11773 11773 [-1,...,-1,1,...,1]. 11774 11774 \__ __/ \__ __/ -
Singular/LIB/surfex.lib
r4cb208 r382feb 15 15 The software is used for producing raytraced images of surfaces. 16 16 You can download @code{surfex} from @uref{http://www.surfex.AlgebraicSurface.net} 17 @end texinfo 17 @end texinfo 18 18 19 19 surfex is a front-end for surf which aims to be easier to use than -
Singular/grammar.cc
r4cb208 r382feb 2 2 3 3 /* Skeleton implementation for Bison's Yacc-like parsers in C 4 4 5 5 Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 6 6 2009, 2010 Free Software Foundation, Inc. 7 7 8 8 This program is free software: you can redistribute it and/or modify 9 9 it under the terms of the GNU General Public License as published by 10 10 the Free Software Foundation, either version 3 of the License, or 11 11 (at your option) any later version. 12 12 13 13 This program is distributed in the hope that it will be useful, 14 14 but WITHOUT ANY WARRANTY; without even the implied warranty of 15 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 16 GNU General Public License for more details. 17 17 18 18 You should have received a copy of the GNU General Public License 19 19 along with this program. If not, see <http://www.gnu.org/licenses/>. */ … … 28 28 Bison output files to be licensed under the GNU General Public 29 29 License without this special exception. 30 30 31 31 This special exception was added by the Free Software Foundation in 32 32 version 2.2 of Bison. */ -
Singular/grammar.h
r4cb208 r382feb 2 2 3 3 /* Skeleton interface for Bison's Yacc-like parsers in C 4 4 5 5 Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 6 6 2009, 2010 Free Software Foundation, Inc. 7 7 8 8 This program is free software: you can redistribute it and/or modify 9 9 it under the terms of the GNU General Public License as published by 10 10 the Free Software Foundation, either version 3 of the License, or 11 11 (at your option) any later version. 12 12 13 13 This program is distributed in the hope that it will be useful, 14 14 but WITHOUT ANY WARRANTY; without even the implied warranty of 15 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 16 GNU General Public License for more details. 17 17 18 18 You should have received a copy of the GNU General Public License 19 19 along with this program. If not, see <http://www.gnu.org/licenses/>. */ … … 28 28 Bison output files to be licensed under the GNU General Public 29 29 License without this special exception. 30 30 31 31 This special exception was added by the Free Software Foundation in 32 32 version 2.2 of Bison. */ -
Tst/Short/ok_s.lst
r4cb208 r382feb 96 96 ncfactor_nthweylringalt2_s 97 97 ncfactor_usl2_reducible_bug_s 98 ncfactor_usl2_s 98 ncfactor_usl2_s 99 99 nfmodsyz_s 100 100 parallel_s
Note: See TracChangeset
for help on using the changeset viewer.