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 b435f94 commit c31d58cCopy full SHA for c31d58c
src/systems/sparsematrixclil.jl
@@ -130,7 +130,7 @@ end
130
nonzerosmap(a::CLILVector) = NonZeros(a)
131
132
findfirstequal(vpivot, ivars) = findfirst(isequal(vpivot), ivars)
133
-function findfirstequal(vpivot::Int64, ivars::AbstractVector{Int64})
+function findfirstequal(vpivot::Int64, ivars::Vector{Int64})
134
GC.@preserve ivars begin
135
ret = Base.llvmcall(("""
136
declare i8 @llvm.cttz.i8(i8, i1);
0 commit comments