Hi Stas, Given that we already have <|>, I don't see a problem with adding <*>. My only question is why choose dot product to have an operator? Wouldn't matrex end-up requiring other operators anyway? If we add <*>, how would those other operators look like in terms of consistency?
*José Valimwww.plataformatec.com.br <http://www.plataformatec.com.br/>Founder and Director of R&D* On Thu, May 17, 2018 at 11:10 AM, Stas Versilov <[email protected]> wrote: > Hello! > > I'am developing a matrix manipulation library for Elixir ( > https://github.com/versilov/matrex) > and it would be really nice to have <*> operator, so that it could be > overriden for matrices dot product (or element-wise multiplication). > > Is it possible to add it? > > -- > You received this message because you are subscribed to the Google Groups > "elixir-lang-core" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/elixir-lang-core/b7f939f4-50a1-49f7-bcc6- > c82405c1eb33%40googlegroups.com > <https://groups.google.com/d/msgid/elixir-lang-core/b7f939f4-50a1-49f7-bcc6-c82405c1eb33%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "elixir-lang-core" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-core/CAGnRm4Lu5tB2xQR85-kvapPuy%2BzLBxjoSgNRVuSDFpcdQ96bsw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
