JuliaGPU / JuliaGPU/ArrayFire.jl

factorizations undefined

Open
#174 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
207
Forks
33
PR merge metrics
No merged PRs in 30d

Description

```julia
using ArrayFire
allowslow(AFArray, false)
V0 = zeros(AFArray{Float32},100,100)
lufact(V0)
```

It would be nice to have the factorizations work. Additionally:

```julia
V0\x
```

uses the slow path via `getindex`, so it would be nice if that was handled.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.