-
Notifications
You must be signed in to change notification settings - Fork 90
Home
Goran Flegar edited this page Apr 6, 2018
·
12 revisions
Welcome to the Ginkgo wiki!
TODO: Write a nice homepage.
In the meantime, a few quick links:
- Contributing guidelines, still under construction.
- A funny slideshow on how to write good commit messages. Most of the tools are designed around these conventions, so it will make all our lives a bit easier if everyone follows that. If you don't like cats, you can read this instead (but feel free to read both).
- If by any chance you're still not using
BasicLinOp
, here is how you can convert yourLinOp
-based matrix/solver/preconditioner/whatever and simplify your life.
Tutorial: Building a Poisson Solver
- Getting Started
- Implement: Matrices
- Implement: Solvers
- Optimize: Measuring Performance
- Optimize: Monitoring Progress
- Optimize: More Suitable Matrix Formats
- Optimize: Using a Preconditioner
- Optimize: Using GPUs
- Customize: Loggers
- Customize: Stopping Criterions
- Customize: Matrix Formats
- Customize: Solvers
- Customize: Preconditioners