Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugins for data type conversions (e.g. Math.NET Support) #13

Open
Rickasaurus opened this issue Aug 22, 2013 · 0 comments
Open

Plugins for data type conversions (e.g. Math.NET Support) #13

Rickasaurus opened this issue Aug 22, 2013 · 0 comments

Comments

@Rickasaurus
Copy link
Contributor

From #3

The conversion to and from Matlab datatypes is unexpectedly difficult. Furthermore, there are a number of other libraries that would benefit from type-level interop. To do this we need a two way lookup mechanism.

  1. Data going from F# to Matlab needs to be converted properly. For example, arrays of complex numbers must be converted one at a time.

  2. Data going from Matlab to F# needs to be massaged. For example, even 1d arrays in Matlab will be retrieved as 2D matrices in .NET.

The plugins should be explicitly referenced in the configuration file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant