Skip to content

Commit 7ad09fc

Browse files
Merge pull request #252 from ArnoStrouwen/patch-3
[skip ci] add default GenericFactorization
2 parents 57203cf + 5ccc215 commit 7ad09fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/solvers/solvers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ customized per-package, details given below describe a subset of important array
6767
- On dense matrices, this uses the current BLAS implementation of the user's computer
6868
which by default is OpenBLAS but will use MKL if the user does `using MKL` in their
6969
system.
70-
- `GenericFactorization(fact_alg)`: Constructs a linear solver from a generic
70+
- `GenericFactorization(;fact_alg=LinearAlgebra.factorize())`: Constructs a linear solver from a generic
7171
factorization algorithm `fact_alg` which complies with the Base.LinearAlgebra
7272
factorization API. Quoting from Base:
7373
- If `A` is upper or lower triangular (or diagonal), no factorization of `A` is

0 commit comments

Comments
 (0)