AnasaziConfigDefs.hpp File Reference

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

#include <iterator>
#include <iostream>
#include <string>
#include <cstdlib>
#include <cstdio>
#include <cmath>
#include <vector>
#include <map>
#include <deque>
#include <algorithm>
#include <numeric>

Go to the source code of this file.

Namespaces

namespace  Anasazi

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 )

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.


Generated on Tue Oct 20 12:45:19 2009 for Anasazi by doxygen 1.4.7