Commit 59cce539e6591bbda3382836c8103c65314d0978
Exists in
master
and in
111 other branches
Merge branch 'master' of https://gitlab.irap.omp.eu/CDPP/AMDA_IHM
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
generic_data/Functions/functions.xml
... | ... | @@ -81,6 +81,10 @@ |
81 | 81 | <info_brief>Cross product</info_brief> |
82 | 82 | <new_kernel>cross</new_kernel> |
83 | 83 | </function> |
84 | + <function name="dot(,)" params="2" kind="idl"> | |
85 | + <info_brief>Dot product</info_brief> | |
86 | + <new_kernel>dot</new_kernel> | |
87 | + </function> | |
84 | 88 | <function name="abs()" kind="idl"> |
85 | 89 | <info_brief>Absolute value</info_brief> |
86 | 90 | <new_kernel>abs</new_kernel> |
... | ... |