arrayfire-dotnet icon indicating copy to clipboard operation
arrayfire-dotnet copied to clipboard

.NET wrapper for ArrayFire

Results 11 arrayfire-dotnet issues
Sort by recently updated
recently updated
newest added

@Oceania2018 @royalstream Hey, I have computer an index array. But how can I convert it to af_seq for indexing elements? ![image](https://user-images.githubusercontent.com/30900789/178925486-ce997be1-23cc-45b2-a8a6-6f3c4cbaf053.png)

Add some function support

Hello, I made a TopK function in class Algorithm as below. Then I created a random array by using Data.RandNormal(4, 225, 16, 292); and pass this array to TopK function...

The struct af_index_t is not yet present in the ArrayFire wrapper. The use of C-style unions has confused our efforts to add this. Right now we are exploring shucking data...

question

The Matrix.Transpose method seems to be broken for nonsquare arrays. Example code to produce the error is shown below. It seems that transpose assumes that the incoming matrix dimensions are...

There's a problem with [] (indexing) operator. Indexing with with one number can be used to read value from the entire table, but it cannot be used to write to...

Hello Arrayfire team!, I was curious about the implemented APIs for dotnet so far and noticed that there is one is missing (or commented out) : "af_get_raw_ptr". When using arrayfire...

I want to use GFOR in C # to do Parallel For-Loops. GFOR in DOTNET this function?

Are there plans to implement ArrayFire's GFOR capability in this wrapper? I noticed a "broadcast" function in the python wrapper that looks similar.