git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7046 626c5289-ae23-0410-ae9c-e8d60b6d4f22
6 lines
125 B
Python
6 lines
125 B
Python
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]]])
|
|
|
|
|