MUQ  0.4.3
GaussianProcess_CO2.cpp File Reference

Go to the source code of this file.

Functions

template<typename MeanType , typename KernelType >
std::shared_ptr< GaussianProcessBuildGP (MeanType const &mu, KernelType const &kernel)
 
template<typename MeanType , typename KernelType >
std::shared_ptr< GaussianProcessBuildStateSpaceGP (MeanType const &mu, KernelType const &kernel)
 
int main ()
 

Function Documentation

◆ BuildGP()

template<typename MeanType , typename KernelType >
std::shared_ptr<GaussianProcess> BuildGP ( MeanType const &  mu,
KernelType const &  kernel 
)

Definition at line 15 of file GaussianProcess_CO2.cpp.

◆ BuildStateSpaceGP()

template<typename MeanType , typename KernelType >
std::shared_ptr<GaussianProcess> BuildStateSpaceGP ( MeanType const &  mu,
KernelType const &  kernel 
)

Definition at line 21 of file GaussianProcess_CO2.cpp.

References nlohmann::detail::dtoa_impl::e.

Referenced by main().

◆ main()