source: git/Tst/Old/matrixlb.tst @ 2e0b620

fieker-DuValspielwiese
Last change on this file since 2e0b620 was 46976a6, checked in by Olaf Bachmann <obachman@…>, 26 years ago
* added status check to regress.cmd * added tst_status(1); call to each tst file, just before quit git-svn-id: file:///usr/local/Singular/svn/trunk@2271 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 619 bytes
Line 
1system("random",71234567);
2help matrix.lib;
3LIB "matrix.lib";newline;
4
5example compress; newline;
6example concat; newline;
7example diag; newline;
8example dsum; newline;
9example flatten; newline;
10example genericmat;
11example is_complex;
12example outer; newline;
13example skewmat; newline;
14example submat; newline;
15example symmat; newline;
16example tensor; newline;
17example unitmat; newline;
18example gauss_col;
19example gauss_row;
20example addcol; newline;
21example addrow; newline;
22example multcol; newline;
23example multrow; newline;
24example permcol; newline;
25example permrow; newline;
26kmemory();
27LIB "tst.lib";tst_status(1);$
Note: See TracBrowser for help on using the repository browser.