preCICE v3.2.0
|
#include <ginkgo/ginkgo.hpp>
Go to the source code of this file.
Typedefs | |
using | GinkgoVector = gko::matrix::Dense<> |
using | GinkgoMatrix = gko::matrix::Dense<> |
using | GinkgoScalar = gko::matrix::Dense<> |
using | cg = gko::solver::Cg<> |
using | gmres = gko::solver::Gmres<> |
using | triangular = gko::solver::UpperTrs<> |
using | jacobi = gko::preconditioner::Jacobi<> |
using | cholesky = gko::preconditioner::Ic<> |
using cg = gko::solver::Cg<> |
Definition at line 11 of file GinkgoDefinitions.hpp.
using cholesky = gko::preconditioner::Ic<> |
Definition at line 16 of file GinkgoDefinitions.hpp.
using GinkgoMatrix = gko::matrix::Dense<> |
Definition at line 8 of file GinkgoDefinitions.hpp.
using GinkgoScalar = gko::matrix::Dense<> |
Definition at line 9 of file GinkgoDefinitions.hpp.
using GinkgoVector = gko::matrix::Dense<> |
Definition at line 7 of file GinkgoDefinitions.hpp.
using gmres = gko::solver::Gmres<> |
Definition at line 12 of file GinkgoDefinitions.hpp.
using jacobi = gko::preconditioner::Jacobi<> |
Definition at line 15 of file GinkgoDefinitions.hpp.
using triangular = gko::solver::UpperTrs<> |
Definition at line 13 of file GinkgoDefinitions.hpp.