Tpetra parallel linear algebra  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Tpetra_Details_getGraphDiagOffsets.cpp
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 #include "TpetraCore_config.h"
11 
12 #if defined(HAVE_TPETRA_EXPLICIT_INSTANTIATION)
13 
14 // We protect the contents of this file with macros, to assist
15 // applications that circumvent Trilinos' build system. (We do NOT
16 // recommend this.) That way, they can still build this file, but as
17 // long as the macros have correct definitions, they won't build
18 // anything that's not enabled.
19 
20 #include "Tpetra_KokkosCompat_ClassicNodeAPI_Wrapper.hpp"
23 #include "TpetraCore_ETIHelperMacros.h"
24 
25 namespace Tpetra {
26 
27  TPETRA_ETI_MANGLING_TYPEDEFS()
28 
29  TPETRA_INSTANTIATE_LGN( TPETRA_DETAILS_IMPL_GETGRAPHDIAGOFFSETS_INSTANT )
30 
31 } // namespace Tpetra
32 
33 #endif // Whether we should build this specialization
Declare and define the function Tpetra::Details::getGraphDiagOffsets, an implementation detail of Tpe...
Define the implementation of the function Tpetra::Details::getGraphDiagOffsets, an implementation det...