Olivier Huber

Results 5 issues of Olivier Huber

``` CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:426 (message): The package name passed to `find_package_handle_standard_args` (SuiteSparse_CXSparse) does not match the name of the calling package (SuiteSparse). This can lead to problems in...

It seems to me like SICONOS_VI_EG and SICONOS_VI_FPP are general purpose VI solvers. However, while browsing the doc at https://nonsmooth.gricad-pages.univ-grenoble-alpes.fr/siconos/users_guide/problems_and_solvers/vi.html it mentioned that they are based on De Saxce's formulation....

Right now, when calling in Python a C++ function with a SiconosVector argument, if the later is modified, then the value is not updated in the numpy object. The root...

python

First of all, thanks a lot for your work on this. It's amazing! When opening the ConsoleMeter plugin from https://github.com/TukanStudios/TUKAN_STUDIOS_PLUGINS in ysfx, the display is very small, see below ![ysfx-GUI-small](https://user-images.githubusercontent.com/1494920/183043746-0844b5dd-a3b5-4d3d-b1cb-6bdf780db60c.png)...

**Expected Result** Call to `clock_gettime(CLOCK_THREAD_CPUTIME_ID, ...)` to succeed. **Actual Result** Call to `clock_gettime(CLOCK_THREAD_CPUTIME_ID, ...)` does not succeed and the message "Unimplemented syscall (482)" is printed. In `xnu/gen/syscall.h`, 482 corresponds to...