diff options
author | Marius Kintel <marius@kintel.net> | 2012-03-31 21:22:33 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-03-31 21:22:33 (GMT) |
commit | 8766b955ecbf58effe4acb41ae244e1a0ee04360 (patch) | |
tree | 13d6ccfc7ad48ce33762938438516101fd831ac9 /tests | |
parent | a13b9009c68e18fb796fa2660a9372d330f04797 (diff) |
Updated matrix and vector multiplication tests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/regression/echotest/vector-values-expected.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/regression/echotest/vector-values-expected.txt b/tests/regression/echotest/vector-values-expected.txt index 7654892..78053b9 100644 --- a/tests/regression/echotest/vector-values-expected.txt +++ b/tests/regression/echotest/vector-values-expected.txt @@ -1,8 +1,8 @@ ECHO: "Testing vector dot product: 14" ECHO: " Bounds check: undef" -ECHO: "Testing matrix * vector: [3, 2]" +ECHO: "Testing matrix * vector: [3, 2, 13]" ECHO: " Bounds check: undef" -ECHO: "Testing vector * matrix: [2, -1, 0]" +ECHO: "Testing vector * matrix: [9, 8]" ECHO: " Bounds check: undef" ECHO: "Testing id matrix * id matrix: [[1, 0], [0, 1]]" ECHO: "Testing asymmetric matrix * matrix: [[2, 1], [-1, 0]]" |