Ada: interfacing with Matlab -
since ada doesn't possess libraries scientific computing, wondering if has been able use matlab mathematical functions such eig (for calculations of eigenvalues , eigenvectors) within ada.
i see interfaces exist simulink , ada. i'm not user of simulink. able use matlab mathematical functions through perhaps ada functions , procedures.
ps: in earlier ada documents there lots of talks , promises create numerical libraries similar nag or numal. wonder why has never been concretized successfully, , , robust scientific computing library made available. sure ada language doesn't pale before other scientific computing language in opinion.
thanks lot...
i can't find it, indeed bit surprising.
if has c interface, possible write own bindings routines need. use interfacing pragmas. types defined in package ada.interfaces.c of help. getting things linking , tested on custom binding can wee bit of challenge though.
also, looks recent versions of gnat come binding generator can create ada bindings out of c header files. there 6 more such tools available here, including 1 works on windows com dlls i've heard things about.
Comments
Post a Comment