Reference API#
|
Reference API
|
Reference API
This is the main page for the Ginkgo library API documentation.
Topics
The Ginkgo library can be grouped into topics which form the basic building blocks of Ginkgo. The topics can be summarized as follows:
- Executors : Where do you want your code to be executed?
- Linear Operators : What kind of operation do you want Ginkgo to perform?
- Solvers : Solve a linear system for a given matrix.
- Preconditioners : Precondition a solver for a linear system.
- SpMV employing different Matrix formats : Perform a sparse matrix vector multiplication with a particular matrix format.
- Logging : Monitor your code execution.
- Stopping criteria : Manage your iteration stopping criteria.
Generated by