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 ff083ce commit 72c7cacCopy full SHA for 72c7cac
src/SparseArrays.jl
@@ -15,6 +15,7 @@ using LinearAlgebra: AdjOrTrans, AdjointFactorization, TransposeFactorization, m
15
16
17
import Base: +, -, *, \, /, ==, zero
18
+import Base: Matrix, Vector
19
import LinearAlgebra: mul!, ldiv!, rdiv!, cholesky, adjoint!, diag, eigen, dot,
20
issymmetric, istril, istriu, lu, tr, transpose!, tril!, triu!, isbanded,
21
cond, diagm, factorize, ishermitian, norm, opnorm, lmul!, rmul!, tril, triu,
0 commit comments