ArrayFire.jl icon indicating copy to clipboard operation
ArrayFire.jl copied to clipboard

factorizations undefined

Open ChrisRackauckas opened this issue 8 years ago • 0 comments

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.

ChrisRackauckas avatar Oct 19 '17 23:10 ChrisRackauckas