preCICE v3.2.0
Loading...
Searching...
No Matches
HipQRSolver.hip.hpp
Go to the documentation of this file.
1#ifdef PRECICE_WITH_HIP
2#pragma once
3
5
9void computeQRDecompositionHip(const std::shared_ptr<gko::Executor> &exec, GinkgoMatrix *A_Q, GinkgoVector *R);
10
11void solvewithQRDecompositionHip(const std::shared_ptr<gko::Executor> &exec, GinkgoMatrix *U, GinkgoVector *x, GinkgoVector *rhs, GinkgoMatrix *matQ, GinkgoVector *in_vec);
12#endif
gko::matrix::Dense<> GinkgoMatrix
gko::matrix::Dense<> GinkgoVector