This repository contains the files required to use ArrayFire from any .net Language such as C# or F#
-
The latest version of ArrayFire. You can get ArrayFire using one of the following:
-
Visual Studio 2013 or above.
-
Mono/Xamarin support coming soon
-
Wrapper/: Contains the C# source code for the .net ArrayFire wrapper library. This is the library that you need to reference from your project. -
AutoGenTool/: Contains the F# source code for a tool that automatically generates part of the library code. Not meant to be used by consumers of the library. -
Examples/: contains a few examples demonstrating the usage from both C# and F#
- Refer to the Examples folder.
- In progress.