Skip to content

Commit 391beac

Browse files
committed
no need to change LP-NGWP; it is more intuitive to use SPO
1 parent 20e60c7 commit 391beac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/LP-NGWP.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,8 @@ end
230230

231231
function const_meyer_wavelets(𝚽, Uf; idx = 1:size(Uf, 1))
232232
N = size(𝚽, 1)
233-
# assemble unfolding operator custom to nodes `idx`
234-
P = Uf[idx, :]'
233+
# assemble smooth orthogonal projector custom to nodes `idx`
234+
P = Uf[idx, :]' * Uf[idx, idx]
235235
if diag(P) == χ(idx, N)
236236
B = 𝚽[:, idx]
237237
else

0 commit comments

Comments
 (0)