GooFit  v2.1.3
Namespaces | Functions
ComplexUtils.h File Reference
#include <goofit/Error.h>
#include <goofit/detail/Complex.h>
#include <vector>

Go to the source code of this file.

Namespaces

 GooFit
 

Functions

template<typename T >
std::vector< T > GooFit::flatten (const std::vector< thrust::complex< T >> &input)
 Flatten a complex array into a standard one (1r, 1i, 2r, 2i, ...) More...
 
std::vector< fpcomplex > GooFit::complex_derivative (const std::vector< fptype > &x, const std::vector< fpcomplex > &y)