/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

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