Vissarion Fisikopoulos
Vissarion Fisikopoulos
I cannot reproduce it in same system with `gcc-9` on `x86_64`. What is your compiler / architecture? Also what version of MKL are you using? If you are using the...
Thanks @zhanggiene ! I am closing the issue as fixed.
Thanks! But where is your fix? Please open a PR and link this issue. BTW you can refer to lines of code like this: https://github.com/GeomScale/volesti/blob/develop/include/random_walks/exponential_hamiltonian_monte_carlo_exact_walk.hpp#L113
@michiexile thanks for opening this issue. Could you please give more information about your input? I cannot reproduce as is. You are mentioning that you have a 5-dimensional Hpolytope but...
> Thank you for the guidance!! Regarding the `qd` library: -`PackedCSparse` does not use `quaddouble` but only `doubledouble`. And now that I have a used it more often I can...
This is part of a more general issue probably. Could you test which headers cannot be included separately?
The goal here is that **every** header file should include the headers that are needed to be included autonomously. For example, the issue above is caused by `boundary_cdhr_walk.hpp` that misses...
This is fixed in boost `1.77.0`.
This is now fixed. See https://github.com/boostorg/geometry/pull/1087
@vschoech https://github.com/boostorg/geometry/pull/1046 fixes this issue.