Tpetra parallel linear algebra
Version of the Day
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
core
src
Tpetra_CrsMatrixMultiplyOp_fwd.hpp
Go to the documentation of this file.
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_CRSMATRIXMULTIPLYOP_FWD_HPP
11
#define TPETRA_CRSMATRIXMULTIPLYOP_FWD_HPP
12
13
#include "Tpetra_Details_DefaultTypes.hpp"
14
17
18
#ifndef DOXYGEN_SHOULD_SKIP_THIS
19
namespace
Tpetra {
20
template
<
class
Scalar,
21
class
MatScalar = Scalar,
22
class
LocalOrdinal =
::Tpetra::Details::DefaultTypes::local_ordinal_type
,
23
class
GlobalOrdinal = ::Tpetra::Details::DefaultTypes::global_ordinal_type,
24
class
Node = ::Tpetra::Details::DefaultTypes::node_type>
25
class
CrsMatrixMultiplyOp;
26
}
// namespace Tpetra
27
#endif // DOXYGEN_SHOULD_SKIP_THIS
28
29
#endif // TPETRA_CRSMATRIXMULTIPLYOP_FWD_HPP
Tpetra::Details::DefaultTypes::local_ordinal_type
int local_ordinal_type
Default value of Scalar template parameter.
Definition:
Tpetra_Details_DefaultTypes.hpp:40
Generated on Thu Nov 21 2024 09:19:25 for Tpetra parallel linear algebra by
1.8.5