diff --git a/src/rulesets/LinearAlgebra/structured.jl b/src/rulesets/LinearAlgebra/structured.jl index 245335774..4de6b9a5b 100644 --- a/src/rulesets/LinearAlgebra/structured.jl +++ b/src/rulesets/LinearAlgebra/structured.jl @@ -1,6 +1,5 @@ # Structured matrices using LinearAlgebra: AbstractTriangular -using SparseInverseSubset # Matrix wrapper types that we know are square and are thus potentially invertible. For # these we can use simpler definitions for `/` and `\`.