Files
ANSLibs/swig-4.3.0/Examples/test-suite/python/template_matrix_runme.py

5 lines
137 B
Python
Raw Normal View History

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]]])