Amesos2 - Direct Sparse Solver Interfaces
Version of the Day
src
Amesos2_ConcreteMatrixAdapter_decl.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
11
#ifndef AMESOS2_CONCRETEMATRIXADAPTER_DECL_HPP
12
#define AMESOS2_CONCRETEMATRIXADAPTER_DECL_HPP
13
14
namespace
Amesos2 {
15
16
template
<
class
Matrix>
17
class
ConcreteMatrixAdapter {};
18
19
}
20
21
#include "
Amesos2_TpetraCrsMatrix_MatrixAdapter_decl.hpp
"
22
#include "
Amesos2_KokkosCrsMatrix_MatrixAdapter_decl.hpp
"
23
24
#ifdef HAVE_AMESOS2_EPETRA
25
# include "
Amesos2_EpetraCrsMatrix_MatrixAdapter_decl.hpp
"
26
#endif
27
28
#endif
// AMESOS2_CONCRETEMATRIXADAPTER_DECL_HPP
Amesos2_EpetraCrsMatrix_MatrixAdapter_decl.hpp
Specialization of the ConcreteMatrixAdapter for Epetra_CrsMatrix. Inherits all its functionality from...
Amesos2_KokkosCrsMatrix_MatrixAdapter_decl.hpp
Specialization of the ConcreteMatrixAdapter for KokkosSparse::CrsMatrix.
Amesos2_TpetraCrsMatrix_MatrixAdapter_decl.hpp
Specialization of the ConcreteMatrixAdapter for Tpetra::CrsMatrix. Inherits all its functionality fro...
Generated by
1.9.8