ArrayFire.jl
ArrayFire.jl copied to clipboard
factorizations undefined
using ArrayFire
allowslow(AFArray, false)
V0 = zeros(AFArray{Float32},100,100)
lufact(V0)
It would be nice to have the factorizations work. Additionally:
V0\x
uses the slow path via getindex, so it would be nice if that was handled.