Amesos2 - Direct Sparse Solver Interfaces Version of the Day
Amesos2_AbstractConcreteMatrixAdapter.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_ABSTRACTCONCRETEMATRIXADAPTER_HPP
12#define AMESOS2_ABSTRACTCONCRETEMATRIXADAPTER_HPP
13
14namespace Amesos2 {
15
54 template <class Abstract, class Matrix>
56
57}
58
59#endif // AMESOS2_ABSTRACTCONCRETEMATRIXADAPTER_HPP
Definition Amesos2_AbstractConcreteMatrixAdapter.hpp:55