A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2008-July/081558.html below:

[Python-Dev] Matrix product

[Python-Dev] Matrix product [Python-Dev] Matrix productGreg Ewing greg.ewing at canterbury.ac.nz
Sun Jul 27 09:21:39 CEST 2008
daniel.stutzbach at gmail.com wrote:

> How about just making a matrix multiply function that can take many
> arguments?  I think this is pretty readable:
> 
> mmul(a, b, c, d)

The multiplications aren't necessarily all together, e.g.

   a*b + c*d + e*f

would become

   mmul(a, b) + mmul(c, d) + mmul(e, f)

-- 
Greg
More information about the Python-Dev mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4