We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e208e3 commit 8a4024fCopy full SHA for 8a4024f
1 file changed
src/implementations/lq.jl
@@ -175,7 +175,7 @@ function householder_lq!(
175
return L, Q
176
end
177
function householder_lq!(
178
- ::Native, A::AbstractMatrix, L::AbstractMatrix, Q::AbstractMatrix;
+ driver::Native, A::AbstractMatrix, L::AbstractMatrix, Q::AbstractMatrix;
179
positive::Bool = true, pivoted::Bool = false, blocksize::Int = 1
180
)
181
# error messages for disallowing driver - setting combinations
@@ -247,7 +247,7 @@ function householder_lq_null!(
247
return Nᴴ
248
249
function householder_lq_null!(
250
- ::Native, A::AbstractMatrix, Nᴴ::AbstractMatrix;
+ driver::Native, A::AbstractMatrix, Nᴴ::AbstractMatrix;
251
252
253
0 commit comments