arrayfire / arrayfire-dotnet

.NET wrapper for ArrayFire
BSD 3-Clause "New" or "Revised" License
78 stars 21 forks source link

Fixes for 2D, 3D, 4D array conversions #4

Closed gbaydin closed 8 years ago

gbaydin commented 8 years ago

I have experienced errors with Data.CreateArray and Data.GetData for 2D, 3D, and 4D arrays: #3

These changes fixed the issues for me.