Skip to content

Commit

Permalink
Update custom_workspaces.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison authored Jan 17, 2025
1 parent 790fa1c commit 26ddbc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/custom_workspaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ function Krylov.kref!(n::Integer, x::HaloVector{T}, y::HaloVector{T}, c::T, s::T
x_ij = _x[i,j]
y_ij = _y[i,j]
_x[i,j] = c * x_ij + s * y_ij
_x[i,j] = conj(s) * x_ij - c * y_ij
_y[i,j] = conj(s) * x_ij - c * y_ij
end
end
return x, y
Expand Down

0 comments on commit 26ddbc5

Please sign in to comment.