#include <Teuchos_Utils.hpp>
Static Public Member Functions | |
| void | aboutBuild () |
| print a description of the current build | |
| double | chop (const double &x) |
| Set a number to zero if it is less than chopVal. | |
| string | toString (const double &x) |
| string | toString (const int &x) |
| double | infinity () |
| IEEE positive infinity. | |
| double | negativeInfinity () |
| IEEE negative infinity. | |
| double | pi () |
| pi. | |
| double | getChopVal () |
| Get the chopping value, below which numbers are considered to be zero. | |
| void | setChopVal (double chopVal) |
| Set the chopping value, below which numbers are considered to be zero. | |
Static Private Attributes | |
| double | chopVal_ = 1.0e-16 |
Related Functions | |
| (Note that these are not member functions.) | |
| string | toString (const string &x) |
Definition at line 46 of file Teuchos_Utils.hpp.
|
|
print a description of the current build
|
|
|
Set a number to zero if it is less than chopVal.
Definition at line 52 of file Teuchos_Utils.cpp. |
|
|
Definition at line 65 of file Teuchos_Utils.cpp. |
|
|
Definition at line 58 of file Teuchos_Utils.cpp. |
|
|
IEEE positive infinity.
Definition at line 72 of file Teuchos_Utils.hpp. |
|
|
IEEE negative infinity.
Definition at line 77 of file Teuchos_Utils.hpp. |
|
|
pi.
Definition at line 82 of file Teuchos_Utils.hpp. |
|
|
Get the chopping value, below which numbers are considered to be zero.
Definition at line 87 of file Teuchos_Utils.hpp. |
|
|
Set the chopping value, below which numbers are considered to be zero.
Definition at line 91 of file Teuchos_Utils.hpp. |
|
|
Definition at line 104 of file Teuchos_Utils.hpp. |
|
|
Definition at line 49 of file Teuchos_Utils.cpp. |
1.3.9.1