We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20e60c7 commit 391beacCopy full SHA for 391beac
src/LP-NGWP.jl
@@ -230,8 +230,8 @@ end
230
231
function const_meyer_wavelets(𝚽, Uf; idx = 1:size(Uf, 1))
232
N = size(𝚽, 1)
233
- # assemble unfolding operator custom to nodes `idx`
234
- P = Uf[idx, :]'
+ # assemble smooth orthogonal projector custom to nodes `idx`
+ P = Uf[idx, :]' * Uf[idx, idx]
235
if diag(P) == χ(idx, N)
236
B = 𝚽[:, idx]
237
else
0 commit comments