Belos Version of the Day
Loading...
Searching...
No Matches
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:

Go to the source code of this file.

Namespaces

namespace  Belos

Macros

#define __cplusplus
#define BELOS_MAX(x, y)
#define BELOS_MIN(x, y)
#define BELOS_SGN(x)

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

◆ __cplusplus

#define __cplusplus

Definition at line 18 of file BelosConfigDefs.hpp.

◆ BELOS_MAX

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

Definition at line 95 of file BelosConfigDefs.hpp.

◆ BELOS_MIN

#define BELOS_MIN ( x,
y )
Value:
(( (x) < (y) ) ? (x) : (y) ) /* min function */

Definition at line 96 of file BelosConfigDefs.hpp.

◆ BELOS_SGN

#define BELOS_SGN ( x)
Value:
(( (x) < 0.0 ) ? -1.0 : 1.0 ) /* sign function */

Definition at line 97 of file BelosConfigDefs.hpp.


Generated on for Belos by doxygen 1.15.0