Changeset a8f51f in git
- Timestamp:
- May 7, 2013, 4:11:06 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 6387507201165a90fa7face76757ff5d55772233
- Parents:
- 2391e43dac272afc25f70e4de19ef94ec0950d2b
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/qhmoduli.lib
r2391e4 ra8f51f 375 375 376 376 parts = MonosAndTerms(h, wt, ub); 377 for(i = 1; i <= size(parts[1]); i = i + 1) { 377 for(i = 1; i <= size(parts[1]); i = i + 1) 378 { 378 379 pos = FirstEntryQHM(upperBasis, parts[1][i]); 379 action[pos] = parts[2][i]/parts[1][i];380 if (pos!=0) { action[pos] = parts[2][i]/parts[1][i];} 380 381 } 381 382 execute(ringSTR2); … … 1208 1209 } 1209 1210 } 1210 "type of i:", typeof(i);1211 1211 combList[1] = linearSubs; 1212 1212 combList[2] = nonlinearSubs; -
Singular/LIB/rwalk.lib
r2391e4 ra8f51f 1 // 1 2 version="$Id$"; 2 3 category="Commutative Algebra"; -
doc/COPYING.texi
r2391e4 ra8f51f 8 8 @cindex factory 9 9 @cindex GMP 10 @cindex MP11 10 @cindex NTL 12 11 @cindex readline … … 14 13 @cindex surfex 15 14 @cindex surfer 15 @cindex gfanlib 16 @cindex cdd 17 @cindex cddlib 18 @cindex libcdd 16 19 @cindex graphviz 17 20 @cindex normaliz … … 22 25 @center Authors: @uref{http://www.mathematik.uni-kl.de/~decker,,W. Decker}, @uref{http://www.mathematik.uni-kl.de/~greuel,,G.-M. Greuel}, @uref{http://www.mathematik.uni-kl.de/~pfister,,G. Pfister}, @uref{http://www.mathematik.uni-kl.de/~hannes,,H. Schoenemann} 23 26 24 @center Copyright @copyright{} 1986-201 127 @center Copyright @copyright{} 1986-2013 25 28 @sp 2 26 29 @center @strong{NOTICE} … … 37 40 the GNU Multiple Precision Library (GMP), 38 41 NTL: A Library for doing Number Theory (NTL), 39 the Multi Protocol library (MP), the 40 Singular-Factory library, the Singular-libfac library, 42 the Singular-Factory library, the Singular-libfac library, 41 43 surfex, and, 42 44 for the Windows distributions, the Cygwin DLL and the Cygwin tools (Cygwin), and the … … 91 93 @copyright{} Free Software Foundation 92 94 @* @uref{http://gmplib.org} 93 @item MP94 @copyright{} Gray/Kajler/Wang, Kent State University95 @* @uref{http://www.symbolicnet.org/areas/protocols/mp.html}96 95 @item NTL 97 96 @copyright{} Victor Shoup 98 97 @* @uref{http://www.shoup.net/ntl} 98 @item cdd (C implementation of the Double Description Method of Motzkin et al) 99 @copyright{} Komei Fukuda 100 @* @uref{http://www.ifor.math.ethz.ch/~fukuda/cdd_home} 101 @item gfanlib 102 @copyright{} Anders Jensen 103 @* @uref{http://home.imf.au.dk/jensen/software/gfan/gfan.html} 99 104 @item Singular-Factory 100 105 @copyright{} Greuel/Stobbe, University of Kaiserslautern: … … 123 128 @copyright{} Winfried Bruns and Bogdan Ichim 124 129 @* @uref{http://www.mathematik.uni-osnabrueck.de/normaliz/} 125 @item polymake (used by polymake.so,oldpolymake.lib, @pxref{oldpolymake_lib})130 @item polymake (used by oldpolymake.lib, @pxref{oldpolymake_lib}) 126 131 @copyright{} Ewgenij Gawrilow and Michael Joswig 127 132 @* @uref{http://www.polymake.de/} … … 240 245 Markus Becker, 241 246 J. Boehm, 247 Gergo Gyula Borus, 242 248 Winfried Bruns, 243 249 Fernando Hernando Carrillo, … … 261 267 Manuel Kauers, 262 268 Simon King, 269 Sebastian Jambor, 263 270 Oliver Labs, 264 271 Anen Lakhal, … … 274 281 Markus Perling, 275 282 Wilfried Pohl, 283 Adrian Popescu, 276 284 Tetyana Povalyaeva, 277 285 Carlos Rabelo,
Note: See TracChangeset
for help on using the changeset viewer.