Amesos2 - Direct Sparse Solver Interfaces  Version of the Day
Amesos2_TpetraCrsMatrix_MatrixAdapter.hpp
1 // @HEADER
2 // *****************************************************************************
3 // Amesos2: Templated Direct Sparse Solver Package
4 //
5 // Copyright 2011 NTESS and the Amesos2 contributors.
6 // SPDX-License-Identifier: BSD-3-Clause
7 // *****************************************************************************
8 // @HEADER
9 
10 #ifndef AMESOS2_TPETRA_CRSMATRIX_MATRIXADAPTER_HPP
11 #define AMESOS2_TPETRA_CRSMATRIX_MATRIXADAPTER_HPP
12 
15 #ifndef HAVE_AMESOS2_EXPLICIT_INSTANTIATION
16 # include "Amesos2_TpetraCrsMatrix_MatrixAdapter_def.hpp"
17 # include "Amesos2_KokkosCrsMatrix_MatrixAdapter_def.hpp"
18 #endif
19 
20 #endif // AMESOS2_TPETRA_CRSMATRIX_MATRIXADAPTER_HPP
Specialization of the ConcreteMatrixAdapter for KokkosSparse::CrsMatrix.
Specialization of the ConcreteMatrixAdapter for Tpetra::CrsMatrix. Inherits all its functionality fro...