SCM Repository
[diderot] Diff of /trunk/src/basis/basis-vars.sml
Diff of /trunk/src/basis/basis-vars.sml
Parent Directory
|
Revision Log
|
Patch
167 |
end)) |
end)) |
168 |
|
|
169 |
(* functions *) |
(* functions *) |
170 |
val fn_CL = polyVar (N.fn_CL, ty([tensor[N3, N3]] --> Ty.vec3Ty)) |
val fn_CL = polyVar (N.fn_CL, ty([tensor[N3, N3]] --> Ty.realTy)) |
171 |
|
|
172 |
val fn_convolve = polyVar (N.fn_convolve, all([DK, NK, SK], |
val fn_convolve = polyVar (N.fn_convolve, all([DK, NK, SK], |
173 |
fn [Ty.DIFF k, Ty.DIM d, Ty.SHAPE dd] => let |
fn [Ty.DIFF k, Ty.DIM d, Ty.SHAPE dd] => let |
|
Legend:
Removed from v.102 |
|
changed lines |
|
Added in v.103 |
|
|