SCM Repository
Diff of /branches/vis12/src/compiler/gen/il/high-il.spec
Parent Directory
|
Revision Log
|
Patch
revision 1944, Thu Jul 5 17:19:46 2012 UTC | revision 1945, Fri Jul 6 14:54:21 2012 UTC | |
---|---|---|
# | Line 36 | Line 36 |
36 | MulMatMat : ty * ty : 1 : 2 : matrix times matrix multiplication | MulMatMat : ty * ty : 1 : 2 : matrix times matrix multiplication |
37 | MulVecTen3 : ty : 1 : 2 : vector times 3rd-order tensor multiplication (type is tensor type) | MulVecTen3 : ty : 1 : 2 : vector times 3rd-order tensor multiplication (type is tensor type) |
38 | MulTen3Vec : ty : 1 : 2 : 3rd-order tensor times vector multiplication (type is tensor type) | MulTen3Vec : ty : 1 : 2 : 3rd-order tensor times vector multiplication (type is tensor type) |
39 | # ColonMul<ty1,ty2>(T1, T2) -- computes T1:T2, where T1 (resp. T2) has type ty1 (resp. ty2) | |
40 | ColonMul : ty * ty : 1 : 2 : colon product | |
41 | Cross : : 1 : 2 : | Cross : : 1 : 2 : |
42 | Outer : ty : 1 : 2 : vector outer product (type is result type) | Outer : ty : 1 : 2 : vector outer product (type is result type) |
43 | # Norm<ty>(x) -- returns the norm of the tensor x, which has type ty | # Norm<ty>(x) -- returns the norm of the tensor x, which has type ty |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |