summaryrefslogtreecommitdiff
path: root/Examples/test-suite/li_std_carray.i
blob: b38e0e4414793fbc4ed183048f88802c1926e612 (plain)
1
2
3
4
5
6
7
8
%module li_std_carray

%include <std_carray.i>

%template(Vector3) std::carray<double, 3>;

%template(Matrix3) std::carray<std::carray<double, 3>, 3>;