#include "Teuchos_config.h"

Go to the source code of this file.
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 ) |
Typedefs | |
| typedef int | Teuchos_Ordinal |
| typedef Teuchos_Ordinal | Teuchos_Index |
Definition in file Teuchos_ConfigDefs.hpp.
| #define TEUCHOS_CHK_ERR | ( | a | ) | { if (a != 0) return(a);} |
Definition at line 149 of file Teuchos_ConfigDefs.hpp.
| #define TEUCHOS_CHK_PTR | ( | a | ) | { return(a);} |
Definition at line 150 of file Teuchos_ConfigDefs.hpp.
| #define TEUCHOS_CHK_REF | ( | a | ) | { return(a);} |
Definition at line 151 of file Teuchos_ConfigDefs.hpp.
| #define TEUCHOS_MAX | ( | x, | |||
| y | ) | (( (x) > (y) ) ? (x) : (y) ) |
Definition at line 158 of file Teuchos_ConfigDefs.hpp.
| #define TEUCHOS_MIN | ( | x, | |||
| y | ) | (( (x) < (y) ) ? (x) : (y) ) |
Definition at line 159 of file Teuchos_ConfigDefs.hpp.
| #define TEUCHOS_SGN | ( | x | ) | (( (x) < 0.0 ) ? -1.0 : 1.0 ) |
Definition at line 160 of file Teuchos_ConfigDefs.hpp.
| typedef Teuchos_Ordinal Teuchos_Index |
Definition at line 145 of file Teuchos_ConfigDefs.hpp.
| typedef int Teuchos_Ordinal |
Definition at line 142 of file Teuchos_ConfigDefs.hpp.
1.5.9