Skip to content

Commit ea02dfb

Browse files
Remove non-allocating reshape function from denoising_data.jl
1 parent 02f95c1 commit ea02dfb

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/denoising_data.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ Chouzenoux, E., Martin, S. & Pesquet, JC.
1313
A Local MM Subspace Method for Solving Constrained Variational Problems in Image Recovery.
1414
J Math Imaging Vis 65, 253–276 (2023). https://doi.org/10.1007/s10851-022-01112-z
1515
"""
16-
# non-allocating reshape
17-
# see https://github.com/JuliaLang/julia/issues/36313
18-
reshape_array(a, dims) = invoke(Base._reshape, Tuple{AbstractArray, typeof(dims)}, a, dims)
1916

2017
# Function to unpad an array
2118
function unpad(x, n_p, m_p, n)

0 commit comments

Comments
 (0)