Go to the source code of this file.
Classes | |
class | StochasticTools::GaussianProcess |
Utility class dedicated to hold structures and functions commont to Gaussian Processes. More... | |
struct | StochasticTools::GaussianProcess::GPOptimizerOptions |
Structure containing the optimization options for hyperparameter-tuning. More... | |
Namespaces | |
StochasticTools | |
Enum for batch type in stochastic tools MultiApp. | |
Functions | |
template<> | |
void | dataStore (std::ostream &stream, Eigen::LLT< RealEigenMatrix > &decomp, void *context) |
template<> | |
void | dataLoad (std::istream &stream, Eigen::LLT< RealEigenMatrix > &decomp, void *context) |
template<> | |
void | dataStore (std::ostream &stream, StochasticTools::GaussianProcess &gp_utils, void *context) |
template<> | |
void | dataLoad (std::istream &stream, StochasticTools::GaussianProcess &gp_utils, void *context) |
void dataLoad | ( | std::istream & | stream, |
Eigen::LLT< RealEigenMatrix > & | decomp, | ||
void * | context | ||
) |
Definition at line 330 of file GaussianProcess.C.
Referenced by dataLoad().
void dataLoad | ( | std::istream & | stream, |
StochasticTools::GaussianProcess & | gp_utils, | ||
void * | context | ||
) |
Definition at line 357 of file GaussianProcess.C.
void dataStore | ( | std::ostream & | stream, |
Eigen::LLT< RealEigenMatrix > & | decomp, | ||
void * | context | ||
) |
Definition at line 320 of file GaussianProcess.C.
Referenced by dataStore().
void dataStore | ( | std::ostream & | stream, |
StochasticTools::GaussianProcess & | gp_utils, | ||
void * | context | ||
) |
Definition at line 339 of file GaussianProcess.C.