hops
Classes | Namespaces | Functions
GaussianProcess.hpp File Reference
#include <hops/RandomNumberGenerator/RandomNumberGenerator.hpp>
#include <Eigen/Core>
#include <Eigen/Cholesky>
#include <Eigen/SVD>
#include <random>
#include <vector>
#include <cmath>
#include <iostream>
Include dependency graph for GaussianProcess.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  hops::GaussianProcess< MatrixType, VectorType, Kernel >
 

Namespaces

 hops
 
 hops::internal
 

Functions

template<typename MatrixType >
MatrixType hops::internal::append (const MatrixType &rhs, const MatrixType &lhs)
 
template<typename MatrixType , typename VectorType >
MatrixType hops::internal::append (const MatrixType &rhs, const VectorType &lhs)
 
template<typename VectorType >
VectorType hops::internal::append (const VectorType &rhs, double lhs)