qfall / math

Library providing mathematical basics in Rust. The library is based on FLINT.
Mozilla Public License 2.0
20 stars 2 forks source link

Benchmark for solve #399

Closed Marvin-Beckmann closed 9 months ago

Marvin-Beckmann commented 9 months ago

Description

This PR adds a benchmark for the solve function for MatZq. As we are currently in the process of evaluating the matrix access, we expect there to be a difference in runtime especially for the solve function. As the solve function is also one of our main concerns regarding runtime besides the sampling algorithms, it seems necessary to establish a baseline for our current runtime of solve, which is added with this PR.

The benchmark was created as described in the corresponding comment.

Checklist: