robince / MatlabAPI_lite

Templated version of MatlabAPI with fewer features, but support for all Matlab numeric types

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MatlabAPI_lite

Templated version of MatlabAPI with fewer features, but support for all Matlab numeric types

This is based on the Fortran 95 Matlab API by James Tursa.

It is a stripped down version with only basic support for working with Matlab arrays. There is no sparse or complex support or many of the useful additional functions in the full MatlabAPI package.

This is templated with PyF95++ from the BlockIt package so it supports all numeric Matlab types.

Also it replaces the common block approach with c_f_pointer from iso_c_binding. So if you have a compiler that supports it and want to use data types other than double maybe it is useful. Otherwise check out the main MatlabAPI package.

About

Templated version of MatlabAPI with fewer features, but support for all Matlab numeric types


Languages

Language:Fortran 95.0%Language:Pascal 3.8%Language:MATLAB 1.1%Language:Objective-C 0.1%