You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been taking a look into the wrap source file, and I have found there are a lot of useful functions, but there is no description of them anywhere. The readme file describes only a few, and some of them are not even available anymore. When I look in the help files using the repl, these functions appear, but again, no description is available.
I leave an example of the output,
Best regards!
help?> assign_seq
search: assign_seq
No documentation found.
ArrayFire.assign_seq is a Function.
1 method for generic function "assign_seq":
[1] assign_seq(lhs::AFArray, ndims::Integer, indices, rhs::AFArray) in ArrayFire at /home/manipadmeom/.julia/packages/ArrayFire/Tx4Iq/src/wrap.jl:714
The text was updated successfully, but these errors were encountered:
This project is just a wrapper, most of the functions are auto generated by a script. Can you help with updating documentation from the source / original implementation? Would be nice if this could be automated too.
Hello!
I have been taking a look into the wrap source file, and I have found there are a lot of useful functions, but there is no description of them anywhere. The readme file describes only a few, and some of them are not even available anymore. When I look in the help files using the repl, these functions appear, but again, no description is available.
I leave an example of the output,
Best regards!
help?> assign_seq
search: assign_seq
No documentation found.
ArrayFire.assign_seq is a Function.
1 method for generic function "assign_seq":
[1] assign_seq(lhs::AFArray, ndims::Integer, indices, rhs::AFArray) in ArrayFire at /home/manipadmeom/.julia/packages/ArrayFire/Tx4Iq/src/wrap.jl:714
The text was updated successfully, but these errors were encountered: