updated reference output

This commit is contained in:
Wenzel Jakob
2015-10-01 16:48:34 +02:00
parent 6c698fec59
commit be0e834b82
12 changed files with 470 additions and 94 deletions

View File

@@ -8,4 +8,10 @@ Value constructor: Creating a 5x5 matrix
[ 0. 0. 0. 0. 0.]]
4.0
5.0
[[ 1. 2. 3.]
[ 4. 5. 6.]]
Value constructor: Creating a 2x3 matrix
1.0 2.0 3.0
4.0 5.0 6.0
Freeing a 2x3 matrix
Freeing a 5x5 matrix