Anasazi
Version of the Day
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
src
AnasaziVersion.cpp
Go to the documentation of this file.
1
// @HEADER
2
// *****************************************************************************
3
// Anasazi: Block Eigensolvers Package
4
//
5
// Copyright 2004 NTESS and the Anasazi contributors.
6
// SPDX-License-Identifier: BSD-3-Clause
7
// *****************************************************************************
8
// @HEADER
9
14
#include "
AnasaziConfigDefs.hpp
"
15
#include "Trilinos_version.h"
16
17
namespace
Anasazi {
18
19
std::string Anasazi_Version() {
20
return
(
"Anasazi in Trilinos "
TRILINOS_VERSION_STRING);
21
}
22
23
}
// namespace Anasazi
AnasaziConfigDefs.hpp
Anasazi header file which uses auto-configuration information to include necessary C++ headers...
Generated on Fri Nov 22 2024 09:16:57 for Anasazi by
1.8.5