Go to the source code of this file.
Classes | |
| class | StochasticTools::Standardizer |
| Class for standardizing data (centering and scaling) More... | |
Namespaces | |
| StochasticTools | |
| Enum for batch type in stochastic tools MultiApp. | |
Functions | |
| template<> | |
| void | dataStore (std::ostream &stream, StochasticTools::Standardizer &standardizer, void *context) |
| template<> | |
| void | dataLoad (std::istream &stream, StochasticTools::Standardizer &standardizer, void *context) |
| void dataLoad | ( | std::istream & | stream, |
| StochasticTools::Standardizer & | standardizer, | ||
| void * | context | ||
| ) |
Definition at line 126 of file Standardizer.C.
| void dataStore | ( | std::ostream & | stream, |
| StochasticTools::Standardizer & | standardizer, | ||
| void * | context | ||
| ) |
Definition at line 119 of file Standardizer.C.
Referenced by StochasticTools::Standardizer::storeHelper().
1.8.14