Changeset 882ae9c in git for Tst/Old/m12ex.tst
- Timestamp:
- Nov 22, 1999, 12:33:59 PM (24 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 7cd4034c2f5efdb9e99ee57a2398e2684861c05a
- Parents:
- bbc103bd6bbc9273b453006e7efa0c2b0887f0ac
- File:
-
- 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.