import source from 1.3.40
[external/swig.git] / Examples / test-suite / python / template_matrix_runme.py
1 from template_matrix import  *
2 passVector([1,2,3])
3 passMatrix([[1,2],[1,2,3]])
4 passCube([[[1,2],[1,2,3]],[[1,2],[1,2,3]]])
5
6