Changeset 882ae9c in git
- Timestamp:
- Nov 22, 1999, 12:33:59 PM (24 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 7cd4034c2f5efdb9e99ee57a2398e2684861c05a
- Parents:
- bbc103bd6bbc9273b453006e7efa0c2b0887f0ac
- Location:
- Tst/Old
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Tst/Old/m12ex.tst
rbbc103 r882ae9c 19 19 // Compute a full resolution of D with sres. 20 20 // This takes about 17 sec on a Mac PB 520c and 2 sec an a HP 735 21 int time = timer;22 21 module sD = std(D); 23 22 list Dres = sres(sD,0); // the full resolution 24 timer-time; // time used for std + sres25 23 intmat B = betti(Dres); 26 24 print(B,"betti");
Note: See TracChangeset
for help on using the changeset viewer.