File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -177,6 +177,16 @@ UMFPACKFactorization
177
177
SparspakFactorization
178
178
```
179
179
180
+ ### CliqueTrees.jl
181
+
182
+ !!! note
183
+
184
+ Using this solver requires adding the package CliqueTrees.jl, i.e. ` using CliqueTrees `
185
+
186
+ ``` @docs
187
+ CliqueTreesFactorization
188
+ ```
189
+
180
190
### Krylov.jl
181
191
182
192
``` @docs
Original file line number Diff line number Diff line change @@ -1166,6 +1166,10 @@ end
1166
1166
snd = CliqueTrees.DEFAULT_SUPERNODE_TYPE,
1167
1167
reuse_symbolic = true,
1168
1168
)
1169
+
1170
+ The sparse Cholesky factorization algorithm implemented in CliqueTrees.jl.
1171
+ The implementation is pure-Julia and accepts arbitrary numeric types. It is
1172
+ somewhat slower than CHOLMOD.
1169
1173
"""
1170
1174
struct CliqueTreesFactorization{A, S} <: AbstractSparseFactorization
1171
1175
alg:: A
You can’t perform that action at this time.
0 commit comments