|
Belos Package Browser (Single Doxygen Collection)
Development
|
Belos header file which uses auto-configuration information to include necessary C++ headers. More...
#include <Belos_config.h>#include "Teuchos_ConfigDefs.hpp"#include "Teuchos_CompilerCodeTweakMacros.hpp"

Go to the source code of this file.
Namespaces | |
| Belos | |
Macros | |
| #define | __cplusplus |
| #define | BELOS_MAX(x, y) (( (x) > (y) ) ? (x) : (y) ) /* max function */ |
| #define | BELOS_MIN(x, y) (( (x) < (y) ) ? (x) : (y) ) /* min function */ |
| #define | BELOS_SGN(x) (( (x) < 0.0 ) ? -1.0 : 1.0 ) /* sign function */ |
Functions | |
| std::string | Belos::Belos_Version () |
Belos header file which uses auto-configuration information to include necessary C++ headers.
Definition in file BelosConfigDefs.hpp.
| #define __cplusplus |
Definition at line 18 of file BelosConfigDefs.hpp.
| #define BELOS_MAX | ( | x, | |
| y | |||
| ) | (( (x) > (y) ) ? (x) : (y) ) /* max function */ |
Definition at line 95 of file BelosConfigDefs.hpp.
| #define BELOS_MIN | ( | x, | |
| y | |||
| ) | (( (x) < (y) ) ? (x) : (y) ) /* min function */ |
Definition at line 96 of file BelosConfigDefs.hpp.
| #define BELOS_SGN | ( | x | ) | (( (x) < 0.0 ) ? -1.0 : 1.0 ) /* sign function */ |
Definition at line 97 of file BelosConfigDefs.hpp.
1.8.5