Tpetra parallel linear algebra Version of the Day
Loading...
Searching...
No Matches
Tpetra_iallreduce.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_IALLREDUCE_HPP
11#define TPETRA_IALLREDUCE_HPP
12
19
21
22namespace Tpetra {
23
24using ::Tpetra::Details::iallreduce;
25
26} // namespace Tpetra
27
28#endif // TPETRA_IALLREDUCE_HPP
Declaration of Tpetra::Details::iallreduce.
Namespace Tpetra contains the class and methods constituting the Tpetra library.