Skip to content

Commit

Permalink
Update src/linpred.jl
Browse files Browse the repository at this point in the history
Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
  • Loading branch information
andreasnoack and devmotion authored Sep 30, 2024
1 parent 47b1678 commit 9bbc134
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/linpred.jl
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ Evaluate and return `p.delbeta` the increment to the coefficient vector from res
function delbeta! end

function delbeta!(p::DensePredQR{T,<:QRCompactWY}, r::Vector{T}) where T<:BlasReal
rnk = rank(p.qr.R)
p.delbeta = p.qr \ r
return p
end
Expand Down

0 comments on commit 9bbc134

Please sign in to comment.