ginkgo-project / ginkgo

Numerical linear algebra software package
https://ginkgo-project.github.io/
BSD 3-Clause "New" or "Revised" License
384 stars 86 forks source link

Allow binary input for benchmark vectors #1584

Closed upsj closed 2 months ago

upsj commented 2 months ago

We currently only support MatrixMarket files as rhs vectors, this can be extended to allow bitwise exact inputs.

Discovered in #1563