Go to the source code of this file.
|
class | RestartableModelInterface |
| An interface class which manages the model data save and load functionalities from moose objects (such as surrogates, mappings, etc.) in the stochastic tools module. More...
|
|
◆ dataLoad()
Definition at line 330 of file GaussianProcess.C.
334 decomp.compute(L * L.transpose());
void dataLoad(std::istream &stream, Eigen::LLT< RealEigenMatrix > &decomp, void *context)
Eigen::Matrix< Real, Eigen::Dynamic, Eigen::Dynamic > RealEigenMatrix
◆ dataStore()
Definition at line 320 of file GaussianProcess.C.
void dataStore(std::ostream &stream, Eigen::LLT< RealEigenMatrix > &decomp, void *context)
Eigen::Matrix< Real, Eigen::Dynamic, Eigen::Dynamic > RealEigenMatrix