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.
1 parent 4e4a83e commit 61a6ec5Copy full SHA for 61a6ec5
ext/LinearSolveSparseArraysExt.jl
@@ -4,7 +4,7 @@ using LinearSolve: LinearSolve, BLASELTYPES, pattern_changed, ArrayInterface,
4
@get_cacheval, CHOLMODFactorization, GenericFactorization,
5
GenericLUFactorization,
6
KLUFactorization, LUFactorization, NormalCholeskyFactorization,
7
- OperatorAssumptions,
+ OperatorAssumptions, LinearVerbosity,
8
QRFactorization, RFLUFactorization, UMFPACKFactorization, solve
9
using ArrayInterface: ArrayInterface
10
using LinearAlgebra: LinearAlgebra, I, Hermitian, Symmetric, cholesky, ldiv!, lu, lu!, QR
0 commit comments