Tpetra parallel linear algebra  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 
21 namespace Tpetra {
22 namespace 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.
27 using ::KokkosSparse::OrdinalTraits;
28 
29 } // namespace Details
30 } // namespace Tpetra
31 
32 #endif // TPETRA_DETAILS_ORDINALTRAITS_HPP