blob: b38e0e4414793fbc4ed183048f88802c1926e612 [file] [log] [blame]
%module li_std_carray
%include <std_carray.i>
%template(Vector3) std::carray<double, 3>;
%template(Matrix3) std::carray<std::carray<double, 3>, 3>;