* Adding the overloading operator for the addition of vector and a tests for it
commit1c7a8411a462e88223025ab12703627fda81d78f
authorThierry Moisan <thierry.moisan@gmail.com>
Tue, 28 Oct 2008 03:25:52 +0000 (27 23:25 -0400)
committerThierry Moisan <thierry.moisan@gmail.com>
Tue, 28 Oct 2008 03:25:52 +0000 (27 23:25 -0400)
tree46beebb450d5a4a8a41729ef7bfa4766fa08f0c9
parente2d2699b753ccfb119debad47fa09e914ae1686a
* Adding the overloading operator for the addition of vector and a tests for it
* Found a problem with operation such as $vector2 = $vector * 5 (see tests)
* Found the same problem for the addition since it uses same return principle (see tests)
Vector.i
t/Vector.t