Anasazi Version of the Day
Loading...
Searching...
No Matches
AnasaziStatusTestDecl.hpp
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//
10// Belos: Block Linear Solvers Package
11//
12
13#ifndef ANASAZI_STATUS_TEST_DECL_HPP
14#define ANASAZI_STATUS_TEST_DECL_HPP
15
20
21#include "AnasaziConfigDefs.hpp"
22#include "AnasaziTypes.hpp"
23
24namespace Anasazi {
25
33 template <class ScalarType, class MV, class OP>
34 class StatusTest;
35}
36
37
38#endif
Anasazi header file which uses auto-configuration information to include necessary C++ headers.
Types and exceptions used within Anasazi solvers and interfaces.
Common interface of stopping criteria for Anasazi's solvers.
Namespace Anasazi contains the classes, structs, enums and utilities used by the Anasazi package.