Ivan Jacob Agaloos Pesigan
Results
3
comments of
Ivan Jacob Agaloos Pesigan
Any updates on this feature?
I am not sure how to overload a function properly but I tried the following for `inv`. I am still figuring out something for `\`. I think some simplification rules...
I tried the following for `ldiv!` but I am not sure if the function definition is appropriate. ``` julia> function ldiv!(D::Diagonal{Num}, B) inv(D) * B end ldiv! (generic function with...