AnasaziConfigDefs.hpp File Reference

Anasazi header file which uses auto-configuration information to include necessary C++ headers. More...

#include "Teuchos_ConfigDefs.hpp"
#include <Anasazi_config.h>
#include <cstdlib>
#include <cstdio>
#include <string>
#include <vector>
#include <cctype>
#include <numeric>
#include <complex>
#include <iostream>
#include <iterator>
#include <stdexcept>
#include <cmath>

Include dependency graph for AnasaziConfigDefs.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Namespaces

namespace  Anasazi
 Namespace Anasazi contains the classes, structs, enums and utilities used by the Anasazi package.

Defines

#define ANASAZI_MAX(x, y)   (( (x) > (y) ) ? (x) : (y) )
#define ANASAZI_MIN(x, y)   (( (x) < (y) ) ? (x) : (y) )
#define ANASAZI_SGN(x)   (( (x) < 0.0 ) ? -1.0 : 1.0 )
#define ANSZI_CPLX_CLASS   std::complex

Functions

std::string Anasazi::Anasazi_Version ()


Detailed Description

Anasazi header file which uses auto-configuration information to include necessary C++ headers.

Definition in file AnasaziConfigDefs.hpp.


Define Documentation

#define ANASAZI_MAX ( x,
 )     (( (x) > (y) ) ? (x) : (y) )

Definition at line 123 of file AnasaziConfigDefs.hpp.

#define ANASAZI_MIN ( x,
 )     (( (x) < (y) ) ? (x) : (y) )

Definition at line 124 of file AnasaziConfigDefs.hpp.

#define ANASAZI_SGN (  )     (( (x) < 0.0 ) ? -1.0 : 1.0 )

Definition at line 125 of file AnasaziConfigDefs.hpp.

#define ANSZI_CPLX_CLASS   std::complex

Definition at line 129 of file AnasaziConfigDefs.hpp.


Generated on Thu Dec 17 11:02:22 2009 for Anasazi by  doxygen 1.5.9