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