#include <Belos_config.h>
#include "Teuchos_ConfigDefs.hpp"
Include dependency graph for BelosConfigDefs.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | Belos |
Defines | |
| #define | BELOS_MAX(x, y) (( (x) > (y) ) ? (x) : (y) ) |
| #define | BELOS_MIN(x, y) (( (x) < (y) ) ? (x) : (y) ) |
| #define | BELOS_SGN(x) (( (x) < 0.0 ) ? -1.0 : 1.0 ) |
Functions | |
| std::string | Belos::Belos_Version () |
Definition in file BelosConfigDefs.hpp.
| #define BELOS_MAX | ( | x, | |||
| y | ) | (( (x) > (y) ) ? (x) : (y) ) |
Definition at line 114 of file BelosConfigDefs.hpp.
| #define BELOS_MIN | ( | x, | |||
| y | ) | (( (x) < (y) ) ? (x) : (y) ) |
Definition at line 115 of file BelosConfigDefs.hpp.
| #define BELOS_SGN | ( | x | ) | (( (x) < 0.0 ) ? -1.0 : 1.0 ) |
Definition at line 116 of file BelosConfigDefs.hpp.
1.4.7