source: git/Tst/Plural/dmod_lib.tst @ f2c70a

fieker-DuValspielwiese
Last change on this file since f2c70a was 4a0a4b8, checked in by Hans Schönemann <hannes@…>, 15 years ago
*hannes: dmod.lib git-svn-id: file:///usr/local/Singular/svn/trunk@11274 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 670 bytes
Line 
1LIB "tst.lib";
2tst_init();
3LIB"dmod.lib";
4// run all examples
5  "MAIN PROCEDURES:";
6  example annfs;
7  example annfs0;
8  example Sannfs;
9  example Sannfslog;
10  example bernsteinBM;
11  example operatorBM;
12  example annfspecial;
13  example annfsParamBM;
14  example annfsBMI;
15  example checkRoot;
16  "SECONDARY D-MOD PROCEDURES:";
17  example annfsBM;
18  example annfsLOT;
19  example annfsOT;
20  example SannfsBM;
21  example SannfsLOT;
22  example SannfsOT;
23  example annfs0;
24  example checkRoot1;
25  example checkRoot2;
26  example checkFactor;
27  "forgot:";
28example convloc;
29example minIntRoot;
30example isHolonomic;
31example reiffen;
32example arrange;
33example checkFactor;
34tst_status(1);$
Note: See TracBrowser for help on using the repository browser.