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