diff options
Diffstat (limited to 'trunk/Examples/test-suite/python/template_matrix_runme.py')
-rw-r--r-- | trunk/Examples/test-suite/python/template_matrix_runme.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/trunk/Examples/test-suite/python/template_matrix_runme.py b/trunk/Examples/test-suite/python/template_matrix_runme.py new file mode 100644 index 000000000..95815a068 --- /dev/null +++ b/trunk/Examples/test-suite/python/template_matrix_runme.py @@ -0,0 +1,6 @@ +from template_matrix import * +passVector([1,2,3]) +passMatrix([[1,2],[1,2,3]]) +passCube([[[1,2],[1,2,3]],[[1,2],[1,2,3]]]) + + |