[Numpy-discussion] Element-by-element matrix multiplication (original) (raw)
Keith Goodman kwgoodman at gmail.com
Wed Jun 21 13:45:54 EDT 2006
- Previous message (by thread): [Numpy-discussion] Element-by-element matrix multiplication
- Next message (by thread): [Numpy-discussion] Element-by-element matrix multiplication
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 6/21/06, Robert Kern <robert.kern at gmail.com> wrote:
Keith Goodman wrote: > The NumPy for Matlab Users page suggests mat(a.A * b.A) for > element-by-element matrix multiplication. I think it would be helpful > to also include multiply(a, b). > > a.*b > > mat(a.A * b.A) or > multiply(a, b)
It is a wiki page. You may edit it yourself without needing to ask permission.
OK. Done. I also added a notice about SciPy's PayPal account being suspended.
- Previous message (by thread): [Numpy-discussion] Element-by-element matrix multiplication
- Next message (by thread): [Numpy-discussion] Element-by-element matrix multiplication
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]