mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-06-17 14:57:05 +01:00
alias for complex number samples
This commit is contained in:
@ -86,6 +86,7 @@ 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 *
|
||||||
|
Reference in New Issue
Block a user