GeomScale / volesti

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

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

Closed vfisikop closed 8 months ago

vfisikop commented 8 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.