mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-04-05 17:35:55 +01:00
alias for complex number samples
This commit is contained in:
parent
f9ffc17a5f
commit
086c49237d
@ -85,7 +85,8 @@ const int central = -SAMPLE_OFFSET;
|
||||
template <typename T>
|
||||
using Sample = StatArray<T, SAMPLE_OFFSET>;
|
||||
|
||||
typedef Sample<double> DSample;
|
||||
typedef Sample<double> DSample;
|
||||
typedef Sample<std::complex<double>> CSample;
|
||||
|
||||
/******************************************************************************
|
||||
* StatArray class template implementation *
|
||||
|
Loading…
x
Reference in New Issue
Block a user