Skip to content

Commit cb5fdc9

Browse files
committed
using more stuff
1 parent a14cbf0 commit cb5fdc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LinearSolve.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ using LinearAlgebra: LinearAlgebra, BlasInt, LU, Adjoint, BLAS, Bidiagonal, Bunc
1414
cholesky, cholesky!, diagind, dot, inv, ldiv!, ldlt!, lu, lu!, mul!, norm,
1515
qr, qr!, svd, svd!
1616
using LazyArrays: @~, BroadcastArray
17-
using SciMLBase: SciMLBase, LinearAliasSpecifier, LinearVerbosity, Verbosity, @SciMLMessage, AbstractSciMLOperator,
17+
using SciMLBase: SciMLBase, LinearAliasSpecifier, LinearVerbosity, Verbosity, @SciMLMessage, LinearVerbosity, AbstractSciMLOperator,
1818
init, solve!, reinit!, solve, ReturnCode, LinearProblem
1919
using SciMLOperators: SciMLOperators, AbstractSciMLOperator, IdentityOperator, MatrixOperator,
2020
has_ldiv!, issquare

0 commit comments

Comments
 (0)