Zulip Chat Archive
Stream: Is there code for X?
Topic: Sandwich product of vectors and matrices
Eric Wieser (Sep 02 2021 at 10:29):
Do we have a preferred spelling of dot_product (vec_mul x M) y
vs dot_product x (mul_vec M y)
(with open matrix
)?
Eric Wieser (Sep 02 2021 at 10:30):
This appears multiple times in #8956
Anne Baanen (Sep 02 2021 at 10:31):
I guess we can check which way matrix.mul
associates and use that?
Last updated: Dec 20 2023 at 11:08 UTC