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 4d5624b commit 781dec7Copy full SHA for 781dec7
src/LinearSolve.jl
@@ -8,7 +8,7 @@ import PrecompileTools
8
using ArrayInterface: ArrayInterface
9
using Base: Bool, convert, copyto!, adjoint, transpose, /, \, require_one_based_indexing
10
using LinearAlgebra: LinearAlgebra, BlasInt, LU, Adjoint, BLAS, Bidiagonal, BunchKaufman,
11
- ColumnNorm, Diagonal, Factorization, Hermitian, I, LAPACK, NoPivot,
+ ColumnNorm, cond, Diagonal, Factorization, Hermitian, I, LAPACK, NoPivot,
12
RowMaximum, RowNonZero, SymTridiagonal, Symmetric, Transpose,
13
Tridiagonal, UniformScaling, axpby!, axpy!, bunchkaufman,
14
bunchkaufman!,
0 commit comments