nperraud

Results 65 comments of nperraud

For reference here is the spectral graph wavelet toolbox: https://wiki.epfl.ch/sgwt And here is the spectral graph wavelet paper: https://www.sciencedirect.com/science/article/pii/S1063520310000552 The following shows the definition used for the Chebychev coefficient. ![image](https://user-images.githubusercontent.com/6399466/111783317-61bcf480-88ba-11eb-87bc-a5958a6c522d.png)...

Agreed, let us be compatible with numpy

Hi thanks for reporting that. @mdeff , do you know if this is intentional or a mistake. I have the feeling we knew about that... If it is intentional, we...

Hi everyone, First, thank you for the great package. Would it be possible to know when this will be merged. I need the function `intersection_mesh_line` for one of my experiment....

@reivilo3 thank you for your contribution @mdeff do you know why the tests are not starting?

Hi reivilo3, This should not be a problem I believe. Looking at the algorithm, the AˆT should returns things in the right dimension. ![image](https://user-images.githubusercontent.com/6399466/126151577-e5eb715f-c883-46d5-987e-853b46bdd11e.png) I have started test with different...

A question of nomenclature. Linearized ADMM is a generalization of ADMM or Douglas Rachford? I am not sure...

Reference document: https://web.stanford.edu/~boyd/papers/pdf/prox_algs.pdf

> About your second message, according to p153 of the reference document, ADMM and Douglas-Rashford are the equivalent. Thanks... We should probably make a note in the documentation for that....

You are correct. This is somehow a design issue of the pyunlocbox. But, we had the same problem for many other solvers. The way to fix it is to redefine...