/tags/rel-1-3-25/SWIG/Examples/test-suite/python/template_matrix_runme.py
Python | 6 lines | 4 code | 2 blank | 0 comment | 0 complexity | 71b3aea935bae38287269bc5d7a602a3 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
1from template_matrix import * 2passVector([1,2,3]) 3passMatrix([[1,2],[1,2,3]]) 4passCube([[[1,2],[1,2,3]],[[1,2],[1,2,3]]]) 5 6