#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 | pi () |
| double | getChopVal () |
| void | setChopVal (double chopVal) |
| std::string | getParallelExtension (int procRank=-1, int numProcs=-1) |
| parallel extention . | |
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 36 of file Teuchos_Utils.cpp. |
|
|
write a real as a string Definition at line 94 of file Teuchos_Utils.cpp. |
|
|
write an int as a string Definition at line 80 of file Teuchos_Utils.cpp. |
|
|
write an unsigned int as a string Definition at line 87 of file Teuchos_Utils.cpp. |
|
|
pi. Definition at line 91 of file Teuchos_Utils.hpp. |
|
|
Get the chopping value, below which numbers are considered to be zero Definition at line 96 of file Teuchos_Utils.hpp. |
|
|
Set the chopping value, below which numbers are considered to be zero Definition at line 100 of file Teuchos_Utils.hpp. |
|
||||||||||||
|
parallel extention .
Definition at line 42 of file Teuchos_Utils.cpp. |
1.3.9.1