AnasaziConfigDefs.hpp File Reference
Anasazi header file which uses auto-configuration information to include necessary C++ headers. More...
#include <iostream>
#include <string>
#include <cstdlib>
#include <cstdio>
#include <cassert>
#include <cmath>
#include <vector>
#include <map>
#include <deque>
#include <algorithm>
Include dependency graph for AnasaziConfigDefs.hpp:
This graph shows which files directly or indirectly include this file:
|
Namespaces |
| namespace | Anasazi |
| namespace | std |
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 |
|
string | Anasazi_Version () |
Detailed Description
Anasazi header file which uses auto-configuration information to include necessary C++ headers.
Generated on Thu Sep 18 12:39:30 2008 for Anasazi by
1.3.9.1