DavidGeorge528 / minigeolib

Automatically exported from code.google.com/p/minigeolib
0 stars 0 forks source link

Implement generic matrix multiplication #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In generic matrix multiplication, parameterize the operator. The operands 
must match specific dimension requirements to have a valid matrix 
multiplication.

For self-multiplication (operator*=), enable it only if matrix is square.

Original issue reported on code.google.com by cpi...@gmail.com on 27 Jan 2009 at 5:30

GoogleCodeExporter commented 9 years ago

Original comment by cpi...@gmail.com on 10 Feb 2009 at 5:59