#include <iostream>
#include <string>
#include <cstdlib>
#include <cstdio>
#include <cassert>
#include <cmath>
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 |
| namespace | std |
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 | |
| string | Belos_Version () |
Definition in file BelosConfigDefs.hpp.
|
|
Definition at line 146 of file BelosConfigDefs.hpp. |
|
|
Definition at line 147 of file BelosConfigDefs.hpp. |
|
|
Definition at line 148 of file BelosConfigDefs.hpp. |
|
|
Definition at line 37 of file BelosVersion.cpp. |
1.3.9.1