-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement convenience functions in Julia and in GAP for doing many common basic operations #79
Comments
Generic Julia methods would make sense also for |
I think @sebasguts added the former, but the latter is still missing (as I just discovered). Also, none of this is being tested right now. |
Another generic method: And all of these also should apply for |
In addition, the converse would also be nice: I.e. to have methods for |
I just noticed that JuliaExperimental provides the latter (GAP helpers to map + to Julia's +, etc.) in its |
Either that, yes, or add those arithmetics to the GAP dispatch tables using julia's |
We moved the GAP wrappers for Julia arithmetic to |
It would be very convenient if there were default Julia implementations for
getindex
,setindex!
,getproperty
,setproperty!
that work on anyGapObj
(and raise an error if not applicable).Here is some untested rough draft (without a working
LibGAP.jl
, it is a bit annoying to work on this)The text was updated successfully, but these errors were encountered: