Belos  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Macros | Functions
BelosConfigDefs.hpp File Reference

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"
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

 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 ()
 

Detailed Description

Belos header file which uses auto-configuration information to include necessary C++ headers.

Definition in file BelosConfigDefs.hpp.

Macro Definition Documentation

#define __cplusplus

Definition at line 50 of file BelosConfigDefs.hpp.

#define BELOS_MAX (   x,
 
)    (( (x) > (y) ) ? (x) : (y) ) /* max function */

Definition at line 127 of file BelosConfigDefs.hpp.

#define BELOS_MIN (   x,
 
)    (( (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.


Generated on Wed Mar 27 2024 09:25:07 for Belos by doxygen 1.8.5