GeomScale / volesti

Practical volume computation and sampling in high dimensions
GNU Lesser General Public License v3.0
142 stars 114 forks source link

Enable c++17 support in tests and fix saxpy calls #292

Closed vfisikop closed 4 months ago

vfisikop commented 4 months ago

This PR fixes some errors in tests and examples introduced after merging https://github.com/GeomScale/volesti/pull/256.

It also fixes some code styling.