arrayfire / arrayfire-dotnet

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

Expose array-scalar binary operators and some array and reduction functions #30

Closed mark-poscablo closed 4 years ago

mark-poscablo commented 4 years ago

Currently, only array-array binary arithmetic operations (+, -, *, /) are supported. This aims to expose the array-scalar (and vice versa) operations too.

These functions are exposed too:

Feedback welcome!