source: git/Tst/Short/arr.tst @ 1427f62

spielwiese
Last change on this file since 1427f62 was 8e6987, checked in by Hans Schoenemann <hannes@…>, 9 years ago
removed timings from tests
  • Property mode set to 100644
File size: 1.1 KB
Line 
1LIB "tst.lib";
2tst_init();
3LIB "arr.lib";
4example arrSet;
5example type2arr;
6example mat2arr;
7example mat2carr;
8example arrPrintMatrix;
9example varMat;
10example varNum;
11example arrSwapVar;
12example arrLastVar;
13example arrCentral;
14example arrCentered;
15example arrCenter;
16example arrCoordChange;
17example arrCoordNormalize;
18example arrCone;
19example arrDecone;
20example arrLocalize;
21example arrRestrict;
22example arrIsEssential;
23example arrEssentialize;
24example arrBoolean;
25example arrBraid;
26example arrTypeB;
27example arrTypeD;
28example arrEdelmanReiner;
29example arrOrlikSolomon;
30example arrPoincare;
31example arrChambers;
32example arrBoundedChambers;
33example arrDer;
34example arrIsFree;
35example arrExponents;
36example arr2multarr;
37example multarr2arr;
38example multarrRestrict;
39example multarrMultRestrict;
40
41example arrAdd;
42example arrCentralize;
43example arrRandom;
44example arrRandomCentral;
45example arrFlats;
46example arrLattice;
47example moebius;
48example arrCharPoly;
49example printMoebius;
50
51ring r  = 0,(x,y,z,u,v,w),Dp;
52arr C = (2x,5x-y,-3x+2,4-2y+2z);
53arr A = arrBraid(6); A;
54arr B = arrBraid(5); B;
55
56tst_status(1);$
Note: See TracBrowser for help on using the repository browser.