Amesos2 - Direct Sparse Solver Interfaces
Version of the Day
Main Page
Related Pages
Modules
Classes
Files
Examples
File List
File Members
src
Amesos2_MatrixHelper.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_MATRIXHELPER_HPP
11
#define AMESOS2_MATRIXHELPER_HPP
12
13
// #include "Amesos2_MatrixAdapter.hpp"
14
// #include "Amesos2_MultiVecAdapter.hpp"
15
16
namespace
Amesos2 {
17
31
template
<
template
<
typename
,
typename
>
class
ConcreteSolver>
32
struct
MatrixHelper
33
{};
34
35
}
// end namespace Amesos2
36
37
#endif // AMESOS2_MATRIXHELPER_HPP
Amesos2::MatrixHelper
convert Matrices and MultiVectors into the appropriate format for a third-party solver.
Definition:
Amesos2_MatrixHelper.hpp:32
Generated on Fri Nov 22 2024 09:16:49 for Amesos2 - Direct Sparse Solver Interfaces by
1.8.5