Template Numerical Library version\ main:bb09b17
|
Wraps a general TNL matrix as a Ginkgo LinOp. More...
#include <TNL/Matrices/GinkgoOperator.h>
Public Member Functions | |
GinkgoOperator (std::shared_ptr< const gko::Executor > exec) | |
GinkgoOperator (std::shared_ptr< const gko::Executor > exec, const Matrix &matrix) | |
Protected Types | |
using | ConstViewType = typename ViewType::ConstViewType |
using | ValueType = typename Matrix::RealType |
using | ViewType = Containers::VectorView< ValueType, typename Matrix::DeviceType, typename Matrix::IndexType > |
Wraps a general TNL matrix as a Ginkgo LinOp.