| 
    Belos
    Version of the Day
    
   | 
 
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 50 of file BelosConfigDefs.hpp.
| #define BELOS_MAX | ( | x, | |
| y | |||
| ) | (( (x) > (y) ) ? (x) : (y) ) /* max function */ | 
Definition at line 127 of file BelosConfigDefs.hpp.
| #define BELOS_MIN | ( | x, | |
| y | |||
| ) | (( (x) < (y) ) ? (x) : (y) ) /* min function */ | 
Definition at line 128 of file BelosConfigDefs.hpp.
| #define BELOS_SGN | ( | x | ) | (( (x) < 0.0 ) ? -1.0 : 1.0 ) /* sign function */ | 
Definition at line 129 of file BelosConfigDefs.hpp.
 1.8.5