ginkgo-project / ginkgo

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

Add a simple batched solver example #1553

Closed pratikvn closed 6 months ago

pratikvn commented 7 months ago

This example shows how to wrap existing user data and solve the systems with a batched solver. It also enables recording some timings, which is very useful.