#include <iostream>
#include <fstream>
#include <string>
#include <vector>
#include <map>
#include <algorithm>
#include <sstream>
#include <stdexcept>
#include <typeinfo>
#include <cstdlib>
#include <cstdio>
#include <cassert>
#include <cmath>
Include dependency graph for Teuchos_ConfigDefs.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
| namespace | std |
Defines | |
| #define | TEUCHOS_CHK_ERR(a) { if (a != 0) return(a);} |
| #define | TEUCHOS_CHK_PTR(a) { return(a);} |
| #define | TEUCHOS_CHK_REF(a) { return(a);} |
| #define | TEUCHOS_MAX(x, y) (( (x) > (y) ) ? (x) : (y) ) |
| #define | TEUCHOS_MIN(x, y) (( (x) < (y) ) ? (x) : (y) ) |
| #define | TEUCHOS_SGN(x) (( (x) < 0.0 ) ? -1.0 : 1.0 ) |
Definition in file Teuchos_ConfigDefs.hpp.
|
|
Definition at line 381 of file Teuchos_ConfigDefs.hpp. |
|
|
Definition at line 382 of file Teuchos_ConfigDefs.hpp. |
|
|
Definition at line 383 of file Teuchos_ConfigDefs.hpp. |
|
|
Definition at line 389 of file Teuchos_ConfigDefs.hpp. |
|
|
Definition at line 390 of file Teuchos_ConfigDefs.hpp. |
|
|
Definition at line 391 of file Teuchos_ConfigDefs.hpp. |
1.3.9.1