Changeset af9975 in git for Singular/LIB/stratify.lib
- Timestamp:
- Dec 19, 2000, 4:08:06 PM (23 years ago)
- Branches:
- (u'spielwiese', 'd0474371d8c5d8068ab70bfb42719c97936b18a6')
- Children:
- 2b9072575b4a2cb2683385b9fbc04acef032e4d3
- Parents:
- fd3fb7dbc86367eff44c67ba650cb57e8159487d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/stratify.lib
rfd3fb7 raf9975 1 // $Id: stratify.lib,v 1. 2 2000-12-19 15:05:41anne Exp $1 // $Id: stratify.lib,v 1.3 2000-12-19 15:08:06 anne Exp $ 2 2 // (anne, last modified 23.5.00) 3 3 ///////////////////////////////////////////////////////////////////////////// … … 5 5 ///////////////////////////////////////////////////////////////////////////// 6 6 7 version="$Id: stratify.lib,v 1. 2 2000-12-19 15:05:41anne Exp $";7 version="$Id: stratify.lib,v 1.3 2000-12-19 15:08:06 anne Exp $"; 8 8 category="Invariant theory"; 9 9 info=" … … 14 14 15 15 Procedures: 16 prepMat(M,wr,ws,step); list of submatrices corresponding to the 17 given filtration 16 prepMat(M,wr,ws,step); list of submatrices corresp. to the given filtration 18 17 stratify(M,wr,ws,step); algorithmic stratifcation (main procedure) 19 18 ";
Note: See TracChangeset
for help on using the changeset viewer.