summaryrefslogtreecommitdiff
path: root/Examples/test-suite/python/template_matrix_runme.py
blob: 208aafb8e2760d69a0995531d856c38872c9991f (plain)
1
2
3
4
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]]])