You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Algorithms/HandsFreeAlgorithms/HandsFreeSinglePatch.jl
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -34,10 +34,10 @@ function process(algo::SinglePatchReconstructionAlgorithm, params::SinglePatchHa
34
34
returngridresult(result, algo.grid, algo.sf)
35
35
end
36
36
37
-
functiongetLinearOperator(algo::SinglePatchReconstructionAlgorithm, params::SinglePatchHandsFreeReconstructionParameter{<:DenseSystemMatixLoadingParameter, S}) where {S}
functiongetLinearOperator(algo::SinglePatchReconstructionAlgorithm, params::SinglePatchHandsFreeReconstructionParameter{<:SparseSystemMatrixLoadingParameter, S}) where {S}
Copy file name to clipboardExpand all lines: src/Algorithms/SinglePatchAlgorithms/SinglePatchAlgorithm.jl
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -80,10 +80,10 @@ function process(algo::SinglePatchReconstructionAlgorithm, params::Union{W, Proc
80
80
return algo.weights
81
81
end
82
82
83
-
functiongetLinearOperator(algo::SinglePatchReconstructionAlgorithm, params::SinglePatchReconstructionParameter{<:DenseSystemMatixLoadingParameter, S}) where {S}
functiongetLinearOperator(algo::SinglePatchReconstructionAlgorithm, params::SinglePatchReconstructionParameter{<:SparseSystemMatrixLoadingParameter, S}) where {S}
0 commit comments