10#ifndef ANASAZI_OUTPUT_STREAM_TRAITS_HPP
11#define ANASAZI_OUTPUT_STREAM_TRAITS_HPP
20#include "Teuchos_FancyOStream.hpp"
21#include "Teuchos_RCP.hpp"
23#ifdef HAVE_ANASAZI_MPI
25#include "AnasaziGlobalComm.hpp"
39template<
class OperatorType>
44 static Teuchos::RCP<Teuchos::FancyOStream>
47 Teuchos::RCP<Teuchos::FancyOStream>
fos = Teuchos::getFancyOStream(Teuchos::rcpFromRef(std::cout));
49#ifdef HAVE_ANASAZI_MPI
Anasazi header file which uses auto-configuration information to include necessary C++ headers.
Types and exceptions used within Anasazi solvers and interfaces.
Anasazi's templated virtual class for constructing an operator that can interface with the OperatorTr...
Namespace Anasazi contains the classes, structs, enums and utilities used by the Anasazi package.
Output managers remove the need for the eigensolver to know any information about the required output...