SCM Repository
View of /branches/vis15/src/tests/new-tests/slice-test.diderot
Parent Directory
|
Revision Log
Revision 3715 -
(download)
(annotate)
Sat Apr 2 17:23:54 2016 UTC (4 years, 9 months ago) by jhr
File size: 252 byte(s)
Sat Apr 2 17:23:54 2016 UTC (4 years, 9 months ago) by jhr
File size: 252 byte(s)
working on MLton support
// test tensor indexing and slicing // tensor[3] x = [1, 2, 3]; tensor[3,3] M = [ [1, 2, 3], [4, 5, 6], [7, 8, 9] ]; strand S () { output real w = x[0] + x[1] * (M[1,:] • M[:, 2]); update { stabilize; } } collection { S() | i in 1..2 }
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |