hops
Namespaces | Functions
Autocorrelation.hpp File Reference
#include <Eigen/Core>
#include <unsupported/Eigen/FFT>
#include <memory>
Include dependency graph for Autocorrelation.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 hops
 

Functions

size_t hops::nextGoodSizeFFT (size_t N)
 
template<typename StateType >
void hops::computeAutocorrelations (const std::vector< StateType > &draws, Eigen::VectorXd &autocorrelations, unsigned long dimension)
 
template<typename StateType >
void hops::computeAutocorrelations (const std::vector< StateType > *draws, Eigen::VectorXd &autocorrelations, unsigned long dimension)