Skip to content

Commit c70221a

Browse files
Merge pull request #162 from simonp0420/patch-1
Correct documentation for `RFLUFactorization`
2 parents 508d3e0 + 399ec0c commit c70221a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/src/solvers/solvers.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ The interface is detailed [here](#passing-in-a-custom-linear-solver)
3737

3838
- `RFLUFactorization()`: a fast pure Julia LU-factorization implementation
3939
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`.
40+
implementation, usually outperforming OpenBLAS and MKL, but currently optimized
41+
only for Base `Array` with `Float32` or `Float64`. Additional optimization for
42+
complex matrices is in the works.
4243

4344
### Base.LinearAlgebra
4445

0 commit comments

Comments
 (0)