hops
|
#include <Eigen/Core>
#include <unsupported/Eigen/FFT>
#include <memory>
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) |