Embeddings #658
Unanswered
zmichels
asked this question in
Ask Anything
Embeddings
#658
Replies: 2 comments
-
|
Hi Zach, until now the operation I'm not so sure how to interpret All the best, Ralf. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hi Ralf,
That’s great, I’ll check out that version.
As far as the * operator, I guess I don’t know what I was expecting really either. I think I was just imagining using it similar to a rotation*rotation, but .* and ./ are great.
Thank you!
Zach
… On Dec 31, 2020, at 12:40 AM, Ralf Hielscher ***@***.***> wrote:
Hi Zach,
until now the operation .* was indeed only implemented for products between a scalar and an embedding. In 28f3cbf <28f3cbf> I added support for embedding .* embedding as well as embedding ./ embedding . Would you like testing this?
I'm not so sure how to interpret embedding * embedding .
All the best,
Ralf.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#658 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ACC5AU2WS5RHTFK54AIA6XLSXQMFPANCNFSM4VOOI22Q>.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
The latest versions of MTEX (I am using 5.6.beta.1) includes support for defining "an embedding of the orientation space into an Eucledian space." At the bottom of the documentation page about embeddings (https://mtex-toolbox.github.io/OrientationEmbeddings.html)... it says...
Operations
The following operations are supported for embedding:
However, for two embeddings defined from orientations, e1 and e2, if I try the operations
*,.*, or./, I get errors, such that these operations do not [yet] seem supported. I have also triedmtimesand other functions/operations, to no avail. Can anyone help me figure out how to use the*or.*operations on these?Sidenotes:
I can apply those operations after converting to double (i.e., double(e1)), but then I have the trouble that:
Thanks for any help.
Cheers,
Zach
edit: for some reason, the comment window I am using does not publish the asterisk signs for the operations. I want to "multiply" them
Beta Was this translation helpful? Give feedback.
All reactions