#include <Teuchos_Utils.hpp>
Static Public Member Functions | |
| void | aboutBuild () |
| double | chop (const double &x) |
| string | toString (const double &x) |
| string | toString (const int &x) |
| string | toString (const unsigned int &x) |
| double | infinity () |
| double | negativeInfinity () |
| double | pi () |
| double | getChopVal () |
| void | setChopVal (double chopVal) |
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 35 of file Teuchos_Utils.cpp. |
|
|
write a real as a string Definition at line 55 of file Teuchos_Utils.cpp. |
|
|
write an int as a string Definition at line 41 of file Teuchos_Utils.cpp. |
|
|
write an unsigned int as a string Definition at line 48 of file Teuchos_Utils.cpp. |
|
|
IEEE positive infinity Definition at line 77 of file Teuchos_Utils.hpp. |
|
|
IEEE negative infinity Definition at line 82 of file Teuchos_Utils.hpp. |
|
|
pi. Definition at line 90 of file Teuchos_Utils.hpp. |
|
|
Get the chopping value, below which numbers are considered to be zero Definition at line 95 of file Teuchos_Utils.hpp. |
|
|
Set the chopping value, below which numbers are considered to be zero Definition at line 99 of file Teuchos_Utils.hpp. |
1.3.9.1