Tpetra parallel linear algebra Version of the Day
Loading...
Searching...
No Matches
Tpetra_Details_getGraphOffRankOffsets.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
25namespace Tpetra {
26
27TPETRA_ETI_MANGLING_TYPEDEFS()
28
29TPETRA_INSTANTIATE_LGN(TPETRA_DETAILS_IMPL_GETGRAPHOFFRANKOFFSETS_INSTANT)
30
31} // namespace Tpetra
32
33#endif // Whether we should build this specialization
Declare and define the function Tpetra::Details::getGraphOffRankOffsets, an implementation detail of ...
Define the implementation of the function Tpetra::Details::getGraphOffRankOffsets,...
Namespace Tpetra contains the class and methods constituting the Tpetra library.