Skip to content

Commit 3cc9c73

Browse files
committed
LinearAlgebra.BlasInt
1 parent b02eb70 commit 3cc9c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/factorization.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ end
339339

340340
function init_cacheval(alg::RFLUFactorization, A, b, u, Pl, Pr, maxiters,
341341
abstol, reltol, verbose)
342-
ipiv = Vector{BlasInt}(undef, min(size(A)...));
342+
ipiv = Vector{LinearAlgebra.BlasInt}(undef, min(size(A)...));
343343
ArrayInterfaceCore.lu_instance(convert(AbstractMatrix, A)), ipiv
344344
end
345345

0 commit comments

Comments
 (0)