Tpetra parallel linear algebra Version of the Day
Loading...
Searching...
No Matches
Tpetra_LocalCrsMatrixOperator_fwd.hpp
1// @HEADER
2// *****************************************************************************
3// Tpetra: Templated Linear Algebra Services Package
4//
5// Copyright 2008 NTESS and the Tpetra contributors.
6// SPDX-License-Identifier: BSD-3-Clause
7// *****************************************************************************
8// @HEADER
9
10#ifndef TPETRA_LOCALCRSMATRIXOPERATOR_FWD_HPP
11#define TPETRA_LOCALCRSMATRIXOPERATOR_FWD_HPP
12
13#include "Tpetra_Details_DefaultTypes.hpp"
14
17
18#ifndef DOXYGEN_SHOULD_SKIP_THIS
19namespace Tpetra {
20template <class MultiVectorScalar = ::Tpetra::Details::DefaultTypes::scalar_type,
21 class MatrixScalar = ::Tpetra::Details::DefaultTypes::scalar_type,
22 class Device = ::Tpetra::Details::DefaultTypes::node_type::device_type>
23class LocalCrsMatrixOperator;
24} // namespace Tpetra
25#endif // DOXYGEN_SHOULD_SKIP_THIS
26
27#endif // TPETRA_LOCALCRSMATRIXOPERATOR_FWD_HPP
Namespace Tpetra contains the class and methods constituting the Tpetra library.