12 lines
149 B
OpenEdge ABL
12 lines
149 B
OpenEdge ABL
|
|
/*
|
||
|
|
* Matrix typemaps
|
||
|
|
*
|
||
|
|
*/
|
||
|
|
|
||
|
|
%include <scimatrixdouble.swg>
|
||
|
|
%include <scimatrixint.swg>
|
||
|
|
%include <scimatrixchar.swg>
|
||
|
|
%include <scimatrixbool.swg>
|
||
|
|
|
||
|
|
|