#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>
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 () |
Definition in file AnasaziConfigDefs.hpp.
1.4.7