Tpetra parallel linear algebra Version of the Day
Loading...
Searching...
No Matches
Tpetra_Version.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 "Tpetra_Version.hpp"
11#include "Trilinos_version.h"
12
13namespace Tpetra {
14
15std::string version() {
16 return ("Tpetra in Trilinos " TRILINOS_VERSION_STRING);
17}
18
19} // namespace Tpetra
Namespace Tpetra contains the class and methods constituting the Tpetra library.