1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2024-11-10 08:55:37 +00:00

alias for complex number samples

This commit is contained in:
Antonin Portelli 2014-04-15 17:29:54 +01:00
parent f9ffc17a5f
commit 086c49237d

View File

@ -85,7 +85,8 @@ const int central = -SAMPLE_OFFSET;
template <typename T> template <typename T>
using Sample = StatArray<T, SAMPLE_OFFSET>; using Sample = StatArray<T, SAMPLE_OFFSET>;
typedef Sample<double> DSample; typedef Sample<double> DSample;
typedef Sample<std::complex<double>> CSample;
/****************************************************************************** /******************************************************************************
* StatArray class template implementation * * StatArray class template implementation *