Tpetra parallel linear algebra Version of the Day
Loading...
Searching...
No Matches
Tpetra_Details_OrdinalTraits.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_DETAILS_ORDINALTRAITS_HPP
11#define TPETRA_DETAILS_ORDINALTRAITS_HPP
12
17
18#include "Tpetra_ConfigDefs.hpp"
19#include "KokkosSparse_OrdinalTraits.hpp"
20
21namespace Tpetra {
22namespace Details {
23
24// KokkosSparse::OrdinalTraits is a traits class for "invalid" (flag)
25// values of integer types. Tpetra uses those flag values with both
26// local and global indices.
27using ::KokkosSparse::OrdinalTraits;
28
29} // namespace Details
30} // namespace Tpetra
31
32#endif // TPETRA_DETAILS_ORDINALTRAITS_HPP
Implementation details of Tpetra.
Namespace Tpetra contains the class and methods constituting the Tpetra library.