We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 508d3e0 + 399ec0c commit c70221aCopy full SHA for c70221a
docs/src/solvers/solvers.md
@@ -37,8 +37,9 @@ The interface is detailed [here](#passing-in-a-custom-linear-solver)
37
38
- `RFLUFactorization()`: a fast pure Julia LU-factorization implementation
39
using RecursiveFactorization.jl. This is by far the fastest LU-factorization
40
- implementation, usually outperforming OpenBLAS and MKL, but generally optimized
41
- only for Base `Array` with `Float32`, `Float64`, `ComplexF32`, and `ComplexF64`.
+ implementation, usually outperforming OpenBLAS and MKL, but currently optimized
+ only for Base `Array` with `Float32` or `Float64`. Additional optimization for
42
+ complex matrices is in the works.
43
44
### Base.LinearAlgebra
45
0 commit comments